@aws-sdk/client-datazone 3.751.0 → 3.767.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 CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AcceptChoiceFilterSensitiveLog: () => AcceptChoiceFilterSensitiveLog,
25
25
  AcceptPredictionsCommand: () => AcceptPredictionsCommand,
26
26
  AcceptPredictionsInputFilterSensitiveLog: () => AcceptPredictionsInputFilterSensitiveLog,
@@ -557,7 +557,7 @@ __export(src_exports, {
557
557
  paginateSearchTypes: () => paginateSearchTypes,
558
558
  paginateSearchUserProfiles: () => paginateSearchUserProfiles
559
559
  });
560
- module.exports = __toCommonJS(src_exports);
560
+ module.exports = __toCommonJS(index_exports);
561
561
 
562
562
  // src/DataZoneClient.ts
563
563
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -682,9 +682,9 @@ var DataZoneClient = class extends import_smithy_client.Client {
682
682
  this.middlewareStack.use(
683
683
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
684
684
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDataZoneHttpAuthSchemeParametersProvider,
685
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
685
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
686
686
  "aws.auth#sigv4": config.credentials
687
- })
687
+ }), "identityProviderConfigProvider")
688
688
  })
689
689
  );
690
690
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -866,26 +866,22 @@ var SubscriptionRequestStatus = {
866
866
  var SubscribedListingItem;
867
867
  ((SubscribedListingItem2) => {
868
868
  SubscribedListingItem2.visit = /* @__PURE__ */ __name((value, visitor) => {
869
- if (value.assetListing !== void 0)
870
- return visitor.assetListing(value.assetListing);
871
- if (value.productListing !== void 0)
872
- return visitor.productListing(value.productListing);
869
+ if (value.assetListing !== void 0) return visitor.assetListing(value.assetListing);
870
+ if (value.productListing !== void 0) return visitor.productListing(value.productListing);
873
871
  return visitor._(value.$unknown[0], value.$unknown[1]);
874
872
  }, "visit");
875
873
  })(SubscribedListingItem || (SubscribedListingItem = {}));
876
874
  var SubscribedPrincipal;
877
875
  ((SubscribedPrincipal4) => {
878
876
  SubscribedPrincipal4.visit = /* @__PURE__ */ __name((value, visitor) => {
879
- if (value.project !== void 0)
880
- return visitor.project(value.project);
877
+ if (value.project !== void 0) return visitor.project(value.project);
881
878
  return visitor._(value.$unknown[0], value.$unknown[1]);
882
879
  }, "visit");
883
880
  })(SubscribedPrincipal || (SubscribedPrincipal = {}));
884
881
  var ActionParameters;
885
882
  ((ActionParameters5) => {
886
883
  ActionParameters5.visit = /* @__PURE__ */ __name((value, visitor) => {
887
- if (value.awsConsoleLink !== void 0)
888
- return visitor.awsConsoleLink(value.awsConsoleLink);
884
+ if (value.awsConsoleLink !== void 0) return visitor.awsConsoleLink(value.awsConsoleLink);
889
885
  return visitor._(value.$unknown[0], value.$unknown[1]);
890
886
  }, "visit");
891
887
  })(ActionParameters || (ActionParameters = {}));
@@ -895,10 +891,8 @@ var DataZoneEntityType = {
895
891
  var OwnerProperties;
896
892
  ((OwnerProperties4) => {
897
893
  OwnerProperties4.visit = /* @__PURE__ */ __name((value, visitor) => {
898
- if (value.user !== void 0)
899
- return visitor.user(value.user);
900
- if (value.group !== void 0)
901
- return visitor.group(value.group);
894
+ if (value.user !== void 0) return visitor.user(value.user);
895
+ if (value.group !== void 0) return visitor.group(value.group);
902
896
  return visitor._(value.$unknown[0], value.$unknown[1]);
903
897
  }, "visit");
904
898
  })(OwnerProperties || (OwnerProperties = {}));
@@ -923,28 +917,20 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
923
917
  var PolicyGrantDetail;
924
918
  ((PolicyGrantDetail4) => {
925
919
  PolicyGrantDetail4.visit = /* @__PURE__ */ __name((value, visitor) => {
926
- if (value.createDomainUnit !== void 0)
927
- return visitor.createDomainUnit(value.createDomainUnit);
920
+ if (value.createDomainUnit !== void 0) return visitor.createDomainUnit(value.createDomainUnit);
928
921
  if (value.overrideDomainUnitOwners !== void 0)
929
922
  return visitor.overrideDomainUnitOwners(value.overrideDomainUnitOwners);
930
- if (value.addToProjectMemberPool !== void 0)
931
- return visitor.addToProjectMemberPool(value.addToProjectMemberPool);
932
- if (value.overrideProjectOwners !== void 0)
933
- return visitor.overrideProjectOwners(value.overrideProjectOwners);
934
- if (value.createGlossary !== void 0)
935
- return visitor.createGlossary(value.createGlossary);
936
- if (value.createFormType !== void 0)
937
- return visitor.createFormType(value.createFormType);
938
- if (value.createAssetType !== void 0)
939
- return visitor.createAssetType(value.createAssetType);
940
- if (value.createProject !== void 0)
941
- return visitor.createProject(value.createProject);
923
+ if (value.addToProjectMemberPool !== void 0) return visitor.addToProjectMemberPool(value.addToProjectMemberPool);
924
+ if (value.overrideProjectOwners !== void 0) return visitor.overrideProjectOwners(value.overrideProjectOwners);
925
+ if (value.createGlossary !== void 0) return visitor.createGlossary(value.createGlossary);
926
+ if (value.createFormType !== void 0) return visitor.createFormType(value.createFormType);
927
+ if (value.createAssetType !== void 0) return visitor.createAssetType(value.createAssetType);
928
+ if (value.createProject !== void 0) return visitor.createProject(value.createProject);
942
929
  if (value.createEnvironmentProfile !== void 0)
943
930
  return visitor.createEnvironmentProfile(value.createEnvironmentProfile);
944
931
  if (value.delegateCreateEnvironmentProfile !== void 0)
945
932
  return visitor.delegateCreateEnvironmentProfile(value.delegateCreateEnvironmentProfile);
946
- if (value.createEnvironment !== void 0)
947
- return visitor.createEnvironment(value.createEnvironment);
933
+ if (value.createEnvironment !== void 0) return visitor.createEnvironment(value.createEnvironment);
948
934
  if (value.createEnvironmentFromBlueprint !== void 0)
949
935
  return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
950
936
  if (value.createProjectFromProjectProfile !== void 0)
@@ -986,8 +972,7 @@ var DomainUnitGrantFilter;
986
972
  var GroupPolicyGrantPrincipal;
987
973
  ((GroupPolicyGrantPrincipal3) => {
988
974
  GroupPolicyGrantPrincipal3.visit = /* @__PURE__ */ __name((value, visitor) => {
989
- if (value.groupIdentifier !== void 0)
990
- return visitor.groupIdentifier(value.groupIdentifier);
975
+ if (value.groupIdentifier !== void 0) return visitor.groupIdentifier(value.groupIdentifier);
991
976
  return visitor._(value.$unknown[0], value.$unknown[1]);
992
977
  }, "visit");
993
978
  })(GroupPolicyGrantPrincipal || (GroupPolicyGrantPrincipal = {}));
@@ -999,32 +984,25 @@ var ProjectDesignation = {
999
984
  var ProjectGrantFilter;
1000
985
  ((ProjectGrantFilter3) => {
1001
986
  ProjectGrantFilter3.visit = /* @__PURE__ */ __name((value, visitor) => {
1002
- if (value.domainUnitFilter !== void 0)
1003
- return visitor.domainUnitFilter(value.domainUnitFilter);
987
+ if (value.domainUnitFilter !== void 0) return visitor.domainUnitFilter(value.domainUnitFilter);
1004
988
  return visitor._(value.$unknown[0], value.$unknown[1]);
1005
989
  }, "visit");
1006
990
  })(ProjectGrantFilter || (ProjectGrantFilter = {}));
1007
991
  var UserPolicyGrantPrincipal;
1008
992
  ((UserPolicyGrantPrincipal3) => {
1009
993
  UserPolicyGrantPrincipal3.visit = /* @__PURE__ */ __name((value, visitor) => {
1010
- if (value.userIdentifier !== void 0)
1011
- return visitor.userIdentifier(value.userIdentifier);
1012
- if (value.allUsersGrantFilter !== void 0)
1013
- return visitor.allUsersGrantFilter(value.allUsersGrantFilter);
994
+ if (value.userIdentifier !== void 0) return visitor.userIdentifier(value.userIdentifier);
995
+ if (value.allUsersGrantFilter !== void 0) return visitor.allUsersGrantFilter(value.allUsersGrantFilter);
1014
996
  return visitor._(value.$unknown[0], value.$unknown[1]);
1015
997
  }, "visit");
1016
998
  })(UserPolicyGrantPrincipal || (UserPolicyGrantPrincipal = {}));
1017
999
  var PolicyGrantPrincipal;
1018
1000
  ((PolicyGrantPrincipal4) => {
1019
1001
  PolicyGrantPrincipal4.visit = /* @__PURE__ */ __name((value, visitor) => {
1020
- if (value.user !== void 0)
1021
- return visitor.user(value.user);
1022
- if (value.group !== void 0)
1023
- return visitor.group(value.group);
1024
- if (value.project !== void 0)
1025
- return visitor.project(value.project);
1026
- if (value.domainUnit !== void 0)
1027
- return visitor.domainUnit(value.domainUnit);
1002
+ if (value.user !== void 0) return visitor.user(value.user);
1003
+ if (value.group !== void 0) return visitor.group(value.group);
1004
+ if (value.project !== void 0) return visitor.project(value.project);
1005
+ if (value.domainUnit !== void 0) return visitor.domainUnit(value.domainUnit);
1028
1006
  return visitor._(value.$unknown[0], value.$unknown[1]);
1029
1007
  }, "visit");
1030
1008
  })(PolicyGrantPrincipal || (PolicyGrantPrincipal = {}));
@@ -1036,30 +1014,18 @@ var ListingStatus = {
1036
1014
  var RowFilterExpression;
1037
1015
  ((RowFilterExpression4) => {
1038
1016
  RowFilterExpression4.visit = /* @__PURE__ */ __name((value, visitor) => {
1039
- if (value.equalTo !== void 0)
1040
- return visitor.equalTo(value.equalTo);
1041
- if (value.notEqualTo !== void 0)
1042
- return visitor.notEqualTo(value.notEqualTo);
1043
- if (value.greaterThan !== void 0)
1044
- return visitor.greaterThan(value.greaterThan);
1045
- if (value.lessThan !== void 0)
1046
- return visitor.lessThan(value.lessThan);
1047
- if (value.greaterThanOrEqualTo !== void 0)
1048
- return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
1049
- if (value.lessThanOrEqualTo !== void 0)
1050
- return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
1051
- if (value.isNull !== void 0)
1052
- return visitor.isNull(value.isNull);
1053
- if (value.isNotNull !== void 0)
1054
- return visitor.isNotNull(value.isNotNull);
1055
- if (value.in !== void 0)
1056
- return visitor.in(value.in);
1057
- if (value.notIn !== void 0)
1058
- return visitor.notIn(value.notIn);
1059
- if (value.like !== void 0)
1060
- return visitor.like(value.like);
1061
- if (value.notLike !== void 0)
1062
- return visitor.notLike(value.notLike);
1017
+ if (value.equalTo !== void 0) return visitor.equalTo(value.equalTo);
1018
+ if (value.notEqualTo !== void 0) return visitor.notEqualTo(value.notEqualTo);
1019
+ if (value.greaterThan !== void 0) return visitor.greaterThan(value.greaterThan);
1020
+ if (value.lessThan !== void 0) return visitor.lessThan(value.lessThan);
1021
+ if (value.greaterThanOrEqualTo !== void 0) return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
1022
+ if (value.lessThanOrEqualTo !== void 0) return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
1023
+ if (value.isNull !== void 0) return visitor.isNull(value.isNull);
1024
+ if (value.isNotNull !== void 0) return visitor.isNotNull(value.isNotNull);
1025
+ if (value.in !== void 0) return visitor.in(value.in);
1026
+ if (value.notIn !== void 0) return visitor.notIn(value.notIn);
1027
+ if (value.like !== void 0) return visitor.like(value.like);
1028
+ if (value.notLike !== void 0) return visitor.notLike(value.notLike);
1063
1029
  return visitor._(value.$unknown[0], value.$unknown[1]);
1064
1030
  }, "visit");
1065
1031
  })(RowFilterExpression || (RowFilterExpression = {}));
@@ -1088,10 +1054,8 @@ var AuthType = {
1088
1054
  var AwsAccount;
1089
1055
  ((AwsAccount3) => {
1090
1056
  AwsAccount3.visit = /* @__PURE__ */ __name((value, visitor) => {
1091
- if (value.awsAccountId !== void 0)
1092
- return visitor.awsAccountId(value.awsAccountId);
1093
- if (value.awsAccountIdPath !== void 0)
1094
- return visitor.awsAccountIdPath(value.awsAccountIdPath);
1057
+ if (value.awsAccountId !== void 0) return visitor.awsAccountId(value.awsAccountId);
1058
+ if (value.awsAccountIdPath !== void 0) return visitor.awsAccountIdPath(value.awsAccountIdPath);
1095
1059
  return visitor._(value.$unknown[0], value.$unknown[1]);
1096
1060
  }, "visit");
1097
1061
  })(AwsAccount || (AwsAccount = {}));
@@ -1131,40 +1095,29 @@ var GlueConnectionType = {
1131
1095
  var RedshiftCredentials;
1132
1096
  ((RedshiftCredentials3) => {
1133
1097
  RedshiftCredentials3.visit = /* @__PURE__ */ __name((value, visitor) => {
1134
- if (value.secretArn !== void 0)
1135
- return visitor.secretArn(value.secretArn);
1136
- if (value.usernamePassword !== void 0)
1137
- return visitor.usernamePassword(value.usernamePassword);
1098
+ if (value.secretArn !== void 0) return visitor.secretArn(value.secretArn);
1099
+ if (value.usernamePassword !== void 0) return visitor.usernamePassword(value.usernamePassword);
1138
1100
  return visitor._(value.$unknown[0], value.$unknown[1]);
1139
1101
  }, "visit");
1140
1102
  })(RedshiftCredentials || (RedshiftCredentials = {}));
1141
1103
  var RedshiftStorageProperties;
1142
1104
  ((RedshiftStorageProperties3) => {
1143
1105
  RedshiftStorageProperties3.visit = /* @__PURE__ */ __name((value, visitor) => {
1144
- if (value.clusterName !== void 0)
1145
- return visitor.clusterName(value.clusterName);
1146
- if (value.workgroupName !== void 0)
1147
- return visitor.workgroupName(value.workgroupName);
1106
+ if (value.clusterName !== void 0) return visitor.clusterName(value.clusterName);
1107
+ if (value.workgroupName !== void 0) return visitor.workgroupName(value.workgroupName);
1148
1108
  return visitor._(value.$unknown[0], value.$unknown[1]);
1149
1109
  }, "visit");
1150
1110
  })(RedshiftStorageProperties || (RedshiftStorageProperties = {}));
1151
1111
  var ConnectionPropertiesInput;
1152
1112
  ((ConnectionPropertiesInput3) => {
1153
1113
  ConnectionPropertiesInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
1154
- if (value.athenaProperties !== void 0)
1155
- return visitor.athenaProperties(value.athenaProperties);
1156
- if (value.glueProperties !== void 0)
1157
- return visitor.glueProperties(value.glueProperties);
1158
- if (value.hyperPodProperties !== void 0)
1159
- return visitor.hyperPodProperties(value.hyperPodProperties);
1160
- if (value.iamProperties !== void 0)
1161
- return visitor.iamProperties(value.iamProperties);
1162
- if (value.redshiftProperties !== void 0)
1163
- return visitor.redshiftProperties(value.redshiftProperties);
1164
- if (value.sparkEmrProperties !== void 0)
1165
- return visitor.sparkEmrProperties(value.sparkEmrProperties);
1166
- if (value.sparkGlueProperties !== void 0)
1167
- return visitor.sparkGlueProperties(value.sparkGlueProperties);
1114
+ if (value.athenaProperties !== void 0) return visitor.athenaProperties(value.athenaProperties);
1115
+ if (value.glueProperties !== void 0) return visitor.glueProperties(value.glueProperties);
1116
+ if (value.hyperPodProperties !== void 0) return visitor.hyperPodProperties(value.hyperPodProperties);
1117
+ if (value.iamProperties !== void 0) return visitor.iamProperties(value.iamProperties);
1118
+ if (value.redshiftProperties !== void 0) return visitor.redshiftProperties(value.redshiftProperties);
1119
+ if (value.sparkEmrProperties !== void 0) return visitor.sparkEmrProperties(value.sparkEmrProperties);
1120
+ if (value.sparkGlueProperties !== void 0) return visitor.sparkGlueProperties(value.sparkGlueProperties);
1168
1121
  return visitor._(value.$unknown[0], value.$unknown[1]);
1169
1122
  }, "visit");
1170
1123
  })(ConnectionPropertiesInput || (ConnectionPropertiesInput = {}));
@@ -1189,36 +1142,24 @@ var GovernanceType = {
1189
1142
  var ConnectionPropertiesOutput;
1190
1143
  ((ConnectionPropertiesOutput5) => {
1191
1144
  ConnectionPropertiesOutput5.visit = /* @__PURE__ */ __name((value, visitor) => {
1192
- if (value.athenaProperties !== void 0)
1193
- return visitor.athenaProperties(value.athenaProperties);
1194
- if (value.glueProperties !== void 0)
1195
- return visitor.glueProperties(value.glueProperties);
1196
- if (value.hyperPodProperties !== void 0)
1197
- return visitor.hyperPodProperties(value.hyperPodProperties);
1198
- if (value.iamProperties !== void 0)
1199
- return visitor.iamProperties(value.iamProperties);
1200
- if (value.redshiftProperties !== void 0)
1201
- return visitor.redshiftProperties(value.redshiftProperties);
1202
- if (value.sparkEmrProperties !== void 0)
1203
- return visitor.sparkEmrProperties(value.sparkEmrProperties);
1204
- if (value.sparkGlueProperties !== void 0)
1205
- return visitor.sparkGlueProperties(value.sparkGlueProperties);
1145
+ if (value.athenaProperties !== void 0) return visitor.athenaProperties(value.athenaProperties);
1146
+ if (value.glueProperties !== void 0) return visitor.glueProperties(value.glueProperties);
1147
+ if (value.hyperPodProperties !== void 0) return visitor.hyperPodProperties(value.hyperPodProperties);
1148
+ if (value.iamProperties !== void 0) return visitor.iamProperties(value.iamProperties);
1149
+ if (value.redshiftProperties !== void 0) return visitor.redshiftProperties(value.redshiftProperties);
1150
+ if (value.sparkEmrProperties !== void 0) return visitor.sparkEmrProperties(value.sparkEmrProperties);
1151
+ if (value.sparkGlueProperties !== void 0) return visitor.sparkGlueProperties(value.sparkGlueProperties);
1206
1152
  return visitor._(value.$unknown[0], value.$unknown[1]);
1207
1153
  }, "visit");
1208
1154
  })(ConnectionPropertiesOutput || (ConnectionPropertiesOutput = {}));
1209
1155
  var ConnectionPropertiesPatch;
1210
1156
  ((ConnectionPropertiesPatch4) => {
1211
1157
  ConnectionPropertiesPatch4.visit = /* @__PURE__ */ __name((value, visitor) => {
1212
- if (value.athenaProperties !== void 0)
1213
- return visitor.athenaProperties(value.athenaProperties);
1214
- if (value.glueProperties !== void 0)
1215
- return visitor.glueProperties(value.glueProperties);
1216
- if (value.iamProperties !== void 0)
1217
- return visitor.iamProperties(value.iamProperties);
1218
- if (value.redshiftProperties !== void 0)
1219
- return visitor.redshiftProperties(value.redshiftProperties);
1220
- if (value.sparkEmrProperties !== void 0)
1221
- return visitor.sparkEmrProperties(value.sparkEmrProperties);
1158
+ if (value.athenaProperties !== void 0) return visitor.athenaProperties(value.athenaProperties);
1159
+ if (value.glueProperties !== void 0) return visitor.glueProperties(value.glueProperties);
1160
+ if (value.iamProperties !== void 0) return visitor.iamProperties(value.iamProperties);
1161
+ if (value.redshiftProperties !== void 0) return visitor.redshiftProperties(value.redshiftProperties);
1162
+ if (value.sparkEmrProperties !== void 0) return visitor.sparkEmrProperties(value.sparkEmrProperties);
1222
1163
  return visitor._(value.$unknown[0], value.$unknown[1]);
1223
1164
  }, "visit");
1224
1165
  })(ConnectionPropertiesPatch || (ConnectionPropertiesPatch = {}));
@@ -1267,8 +1208,7 @@ var FilterExpressionType = {
1267
1208
  var RedshiftStorage;
1268
1209
  ((RedshiftStorage3) => {
1269
1210
  RedshiftStorage3.visit = /* @__PURE__ */ __name((value, visitor) => {
1270
- if (value.redshiftClusterSource !== void 0)
1271
- return visitor.redshiftClusterSource(value.redshiftClusterSource);
1211
+ if (value.redshiftClusterSource !== void 0) return visitor.redshiftClusterSource(value.redshiftClusterSource);
1272
1212
  if (value.redshiftServerlessSource !== void 0)
1273
1213
  return visitor.redshiftServerlessSource(value.redshiftServerlessSource);
1274
1214
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -1277,8 +1217,7 @@ var RedshiftStorage;
1277
1217
  var DataSourceConfigurationInput;
1278
1218
  ((DataSourceConfigurationInput4) => {
1279
1219
  DataSourceConfigurationInput4.visit = /* @__PURE__ */ __name((value, visitor) => {
1280
- if (value.glueRunConfiguration !== void 0)
1281
- return visitor.glueRunConfiguration(value.glueRunConfiguration);
1220
+ if (value.glueRunConfiguration !== void 0) return visitor.glueRunConfiguration(value.glueRunConfiguration);
1282
1221
  if (value.redshiftRunConfiguration !== void 0)
1283
1222
  return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
1284
1223
  if (value.sageMakerRunConfiguration !== void 0)
@@ -1359,8 +1298,7 @@ var Timezone = {
1359
1298
  var DataSourceConfigurationOutput;
1360
1299
  ((DataSourceConfigurationOutput3) => {
1361
1300
  DataSourceConfigurationOutput3.visit = /* @__PURE__ */ __name((value, visitor) => {
1362
- if (value.glueRunConfiguration !== void 0)
1363
- return visitor.glueRunConfiguration(value.glueRunConfiguration);
1301
+ if (value.glueRunConfiguration !== void 0) return visitor.glueRunConfiguration(value.glueRunConfiguration);
1364
1302
  if (value.redshiftRunConfiguration !== void 0)
1365
1303
  return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
1366
1304
  if (value.sageMakerRunConfiguration !== void 0)
@@ -1413,10 +1351,8 @@ var DomainStatus = {
1413
1351
  var DomainUnitOwnerProperties;
1414
1352
  ((DomainUnitOwnerProperties3) => {
1415
1353
  DomainUnitOwnerProperties3.visit = /* @__PURE__ */ __name((value, visitor) => {
1416
- if (value.user !== void 0)
1417
- return visitor.user(value.user);
1418
- if (value.group !== void 0)
1419
- return visitor.group(value.group);
1354
+ if (value.user !== void 0) return visitor.user(value.user);
1355
+ if (value.group !== void 0) return visitor.group(value.group);
1420
1356
  return visitor._(value.$unknown[0], value.$unknown[1]);
1421
1357
  }, "visit");
1422
1358
  })(DomainUnitOwnerProperties || (DomainUnitOwnerProperties = {}));
@@ -1434,8 +1370,7 @@ var DeploymentType = {
1434
1370
  var ProvisioningProperties;
1435
1371
  ((ProvisioningProperties4) => {
1436
1372
  ProvisioningProperties4.visit = /* @__PURE__ */ __name((value, visitor) => {
1437
- if (value.cloudFormation !== void 0)
1438
- return visitor.cloudFormation(value.cloudFormation);
1373
+ if (value.cloudFormation !== void 0) return visitor.cloudFormation(value.cloudFormation);
1439
1374
  return visitor._(value.$unknown[0], value.$unknown[1]);
1440
1375
  }, "visit");
1441
1376
  })(ProvisioningProperties || (ProvisioningProperties = {}));
@@ -1457,8 +1392,7 @@ var EnvironmentStatus = {
1457
1392
  var Model;
1458
1393
  ((Model5) => {
1459
1394
  Model5.visit = /* @__PURE__ */ __name((value, visitor) => {
1460
- if (value.smithy !== void 0)
1461
- return visitor.smithy(value.smithy);
1395
+ if (value.smithy !== void 0) return visitor.smithy(value.smithy);
1462
1396
  return visitor._(value.$unknown[0], value.$unknown[1]);
1463
1397
  }, "visit");
1464
1398
  })(Model || (Model = {}));
@@ -1492,7 +1426,9 @@ var OverallDeploymentStatus = {
1492
1426
  var ProjectStatus = {
1493
1427
  ACTIVE: "ACTIVE",
1494
1428
  DELETE_FAILED: "DELETE_FAILED",
1495
- DELETING: "DELETING"
1429
+ DELETING: "DELETING",
1430
+ UPDATE_FAILED: "UPDATE_FAILED",
1431
+ UPDATING: "UPDATING"
1496
1432
  };
1497
1433
  var UserDesignation = {
1498
1434
  PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
@@ -1504,20 +1440,16 @@ var UserDesignation = {
1504
1440
  var Member;
1505
1441
  ((Member4) => {
1506
1442
  Member4.visit = /* @__PURE__ */ __name((value, visitor) => {
1507
- if (value.userIdentifier !== void 0)
1508
- return visitor.userIdentifier(value.userIdentifier);
1509
- if (value.groupIdentifier !== void 0)
1510
- return visitor.groupIdentifier(value.groupIdentifier);
1443
+ if (value.userIdentifier !== void 0) return visitor.userIdentifier(value.userIdentifier);
1444
+ if (value.groupIdentifier !== void 0) return visitor.groupIdentifier(value.groupIdentifier);
1511
1445
  return visitor._(value.$unknown[0], value.$unknown[1]);
1512
1446
  }, "visit");
1513
1447
  })(Member || (Member = {}));
1514
1448
  var Region;
1515
1449
  ((Region3) => {
1516
1450
  Region3.visit = /* @__PURE__ */ __name((value, visitor) => {
1517
- if (value.regionName !== void 0)
1518
- return visitor.regionName(value.regionName);
1519
- if (value.regionNamePath !== void 0)
1520
- return visitor.regionNamePath(value.regionNamePath);
1451
+ if (value.regionName !== void 0) return visitor.regionName(value.regionName);
1452
+ if (value.regionNamePath !== void 0) return visitor.regionNamePath(value.regionNamePath);
1521
1453
  return visitor._(value.$unknown[0], value.$unknown[1]);
1522
1454
  }, "visit");
1523
1455
  })(Region || (Region = {}));
@@ -1543,8 +1475,7 @@ var RuleDetail;
1543
1475
  var RuleTarget;
1544
1476
  ((RuleTarget4) => {
1545
1477
  RuleTarget4.visit = /* @__PURE__ */ __name((value, visitor) => {
1546
- if (value.domainUnitTarget !== void 0)
1547
- return visitor.domainUnitTarget(value.domainUnitTarget);
1478
+ if (value.domainUnitTarget !== void 0) return visitor.domainUnitTarget(value.domainUnitTarget);
1548
1479
  return visitor._(value.$unknown[0], value.$unknown[1]);
1549
1480
  }, "visit");
1550
1481
  })(RuleTarget || (RuleTarget = {}));
@@ -1557,8 +1488,7 @@ var RuleTargetType = {
1557
1488
  var GrantedEntityInput;
1558
1489
  ((GrantedEntityInput3) => {
1559
1490
  GrantedEntityInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
1560
- if (value.listing !== void 0)
1561
- return visitor.listing(value.listing);
1491
+ if (value.listing !== void 0) return visitor.listing(value.listing);
1562
1492
  return visitor._(value.$unknown[0], value.$unknown[1]);
1563
1493
  }, "visit");
1564
1494
  })(GrantedEntityInput || (GrantedEntityInput = {}));
@@ -1575,8 +1505,7 @@ var SubscriptionGrantStatus = {
1575
1505
  var GrantedEntity;
1576
1506
  ((GrantedEntity4) => {
1577
1507
  GrantedEntity4.visit = /* @__PURE__ */ __name((value, visitor) => {
1578
- if (value.listing !== void 0)
1579
- return visitor.listing(value.listing);
1508
+ if (value.listing !== void 0) return visitor.listing(value.listing);
1580
1509
  return visitor._(value.$unknown[0], value.$unknown[1]);
1581
1510
  }, "visit");
1582
1511
  })(GrantedEntity || (GrantedEntity = {}));
@@ -1627,8 +1556,7 @@ var SubscribedListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1627
1556
  return { assetListing: SubscribedAssetListingFilterSensitiveLog(obj.assetListing) };
1628
1557
  if (obj.productListing !== void 0)
1629
1558
  return { productListing: SubscribedProductListingFilterSensitiveLog(obj.productListing) };
1630
- if (obj.$unknown !== void 0)
1631
- return { [obj.$unknown[0]]: "UNKNOWN" };
1559
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1632
1560
  }, "SubscribedListingItemFilterSensitiveLog");
1633
1561
  var SubscribedListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1634
1562
  ...obj,
@@ -1640,10 +1568,8 @@ var SubscribedProjectFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1640
1568
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
1641
1569
  }), "SubscribedProjectFilterSensitiveLog");
1642
1570
  var SubscribedPrincipalFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1643
- if (obj.project !== void 0)
1644
- return { project: SubscribedProjectFilterSensitiveLog(obj.project) };
1645
- if (obj.$unknown !== void 0)
1646
- return { [obj.$unknown[0]]: "UNKNOWN" };
1571
+ if (obj.project !== void 0) return { project: SubscribedProjectFilterSensitiveLog(obj.project) };
1572
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1647
1573
  }, "SubscribedPrincipalFilterSensitiveLog");
1648
1574
  var AcceptSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1649
1575
  ...obj,
@@ -1822,12 +1748,9 @@ var UsernamePasswordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1822
1748
  ...obj.password && { password: import_smithy_client.SENSITIVE_STRING }
1823
1749
  }), "UsernamePasswordFilterSensitiveLog");
1824
1750
  var RedshiftCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1825
- if (obj.secretArn !== void 0)
1826
- return { secretArn: obj.secretArn };
1827
- if (obj.usernamePassword !== void 0)
1828
- return { usernamePassword: import_smithy_client.SENSITIVE_STRING };
1829
- if (obj.$unknown !== void 0)
1830
- return { [obj.$unknown[0]]: "UNKNOWN" };
1751
+ if (obj.secretArn !== void 0) return { secretArn: obj.secretArn };
1752
+ if (obj.usernamePassword !== void 0) return { usernamePassword: import_smithy_client.SENSITIVE_STRING };
1753
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1831
1754
  }, "RedshiftCredentialsFilterSensitiveLog");
1832
1755
  var RedshiftPropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1833
1756
  ...obj,
@@ -1835,22 +1758,16 @@ var RedshiftPropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
1835
1758
  ...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
1836
1759
  }), "RedshiftPropertiesInputFilterSensitiveLog");
1837
1760
  var ConnectionPropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1838
- if (obj.athenaProperties !== void 0)
1839
- return { athenaProperties: obj.athenaProperties };
1761
+ if (obj.athenaProperties !== void 0) return { athenaProperties: obj.athenaProperties };
1840
1762
  if (obj.glueProperties !== void 0)
1841
1763
  return { glueProperties: GluePropertiesInputFilterSensitiveLog(obj.glueProperties) };
1842
- if (obj.hyperPodProperties !== void 0)
1843
- return { hyperPodProperties: obj.hyperPodProperties };
1844
- if (obj.iamProperties !== void 0)
1845
- return { iamProperties: obj.iamProperties };
1764
+ if (obj.hyperPodProperties !== void 0) return { hyperPodProperties: obj.hyperPodProperties };
1765
+ if (obj.iamProperties !== void 0) return { iamProperties: obj.iamProperties };
1846
1766
  if (obj.redshiftProperties !== void 0)
1847
1767
  return { redshiftProperties: RedshiftPropertiesInputFilterSensitiveLog(obj.redshiftProperties) };
1848
- if (obj.sparkEmrProperties !== void 0)
1849
- return { sparkEmrProperties: obj.sparkEmrProperties };
1850
- if (obj.sparkGlueProperties !== void 0)
1851
- return { sparkGlueProperties: obj.sparkGlueProperties };
1852
- if (obj.$unknown !== void 0)
1853
- return { [obj.$unknown[0]]: "UNKNOWN" };
1768
+ if (obj.sparkEmrProperties !== void 0) return { sparkEmrProperties: obj.sparkEmrProperties };
1769
+ if (obj.sparkGlueProperties !== void 0) return { sparkGlueProperties: obj.sparkGlueProperties };
1770
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1854
1771
  }, "ConnectionPropertiesInputFilterSensitiveLog");
1855
1772
  var RedshiftPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1856
1773
  ...obj,
@@ -1862,22 +1779,16 @@ var SparkEmrPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
1862
1779
  ...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
1863
1780
  }), "SparkEmrPropertiesOutputFilterSensitiveLog");
1864
1781
  var ConnectionPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1865
- if (obj.athenaProperties !== void 0)
1866
- return { athenaProperties: obj.athenaProperties };
1867
- if (obj.glueProperties !== void 0)
1868
- return { glueProperties: obj.glueProperties };
1869
- if (obj.hyperPodProperties !== void 0)
1870
- return { hyperPodProperties: obj.hyperPodProperties };
1871
- if (obj.iamProperties !== void 0)
1872
- return { iamProperties: obj.iamProperties };
1782
+ if (obj.athenaProperties !== void 0) return { athenaProperties: obj.athenaProperties };
1783
+ if (obj.glueProperties !== void 0) return { glueProperties: obj.glueProperties };
1784
+ if (obj.hyperPodProperties !== void 0) return { hyperPodProperties: obj.hyperPodProperties };
1785
+ if (obj.iamProperties !== void 0) return { iamProperties: obj.iamProperties };
1873
1786
  if (obj.redshiftProperties !== void 0)
1874
1787
  return { redshiftProperties: RedshiftPropertiesOutputFilterSensitiveLog(obj.redshiftProperties) };
1875
1788
  if (obj.sparkEmrProperties !== void 0)
1876
1789
  return { sparkEmrProperties: SparkEmrPropertiesOutputFilterSensitiveLog(obj.sparkEmrProperties) };
1877
- if (obj.sparkGlueProperties !== void 0)
1878
- return { sparkGlueProperties: obj.sparkGlueProperties };
1879
- if (obj.$unknown !== void 0)
1880
- return { [obj.$unknown[0]]: "UNKNOWN" };
1790
+ if (obj.sparkGlueProperties !== void 0) return { sparkGlueProperties: obj.sparkGlueProperties };
1791
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1881
1792
  }, "ConnectionPropertiesOutputFilterSensitiveLog");
1882
1793
  var GlueConnectionPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1883
1794
  ...obj,
@@ -1897,18 +1808,14 @@ var RedshiftPropertiesPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
1897
1808
  ...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
1898
1809
  }), "RedshiftPropertiesPatchFilterSensitiveLog");
1899
1810
  var ConnectionPropertiesPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1900
- if (obj.athenaProperties !== void 0)
1901
- return { athenaProperties: obj.athenaProperties };
1811
+ if (obj.athenaProperties !== void 0) return { athenaProperties: obj.athenaProperties };
1902
1812
  if (obj.glueProperties !== void 0)
1903
1813
  return { glueProperties: GluePropertiesPatchFilterSensitiveLog(obj.glueProperties) };
1904
- if (obj.iamProperties !== void 0)
1905
- return { iamProperties: obj.iamProperties };
1814
+ if (obj.iamProperties !== void 0) return { iamProperties: obj.iamProperties };
1906
1815
  if (obj.redshiftProperties !== void 0)
1907
1816
  return { redshiftProperties: RedshiftPropertiesPatchFilterSensitiveLog(obj.redshiftProperties) };
1908
- if (obj.sparkEmrProperties !== void 0)
1909
- return { sparkEmrProperties: obj.sparkEmrProperties };
1910
- if (obj.$unknown !== void 0)
1911
- return { [obj.$unknown[0]]: "UNKNOWN" };
1817
+ if (obj.sparkEmrProperties !== void 0) return { sparkEmrProperties: obj.sparkEmrProperties };
1818
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1912
1819
  }, "ConnectionPropertiesPatchFilterSensitiveLog");
1913
1820
  var GlueConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1914
1821
  ...obj,
@@ -2007,7 +1914,8 @@ var CreateEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
2007
1914
  ...obj.userParameters && {
2008
1915
  userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
2009
1916
  },
2010
- ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
1917
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
1918
+ ...obj.environmentConfigurationId && { environmentConfigurationId: import_smithy_client.SENSITIVE_STRING }
2011
1919
  }), "CreateEnvironmentOutputFilterSensitiveLog");
2012
1920
  var CreateEnvironmentProfileInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2013
1921
  ...obj,
@@ -2023,10 +1931,8 @@ var CreateEnvironmentProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((o
2023
1931
  }
2024
1932
  }), "CreateEnvironmentProfileOutputFilterSensitiveLog");
2025
1933
  var ModelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
2026
- if (obj.smithy !== void 0)
2027
- return { smithy: obj.smithy };
2028
- if (obj.$unknown !== void 0)
2029
- return { [obj.$unknown[0]]: "UNKNOWN" };
1934
+ if (obj.smithy !== void 0) return { smithy: obj.smithy };
1935
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
2030
1936
  }, "ModelFilterSensitiveLog");
2031
1937
  var CreateFormTypeInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2032
1938
  ...obj,
@@ -2142,8 +2048,7 @@ var import_uuid = require("uuid");
2142
2048
  var SubscribedPrincipalInput;
2143
2049
  ((SubscribedPrincipalInput2) => {
2144
2050
  SubscribedPrincipalInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
2145
- if (value.project !== void 0)
2146
- return visitor.project(value.project);
2051
+ if (value.project !== void 0) return visitor.project(value.project);
2147
2052
  return visitor._(value.$unknown[0], value.$unknown[1]);
2148
2053
  }, "visit");
2149
2054
  })(SubscribedPrincipalInput || (SubscribedPrincipalInput = {}));
@@ -2155,10 +2060,8 @@ var UserType = {
2155
2060
  var UserProfileDetails;
2156
2061
  ((UserProfileDetails3) => {
2157
2062
  UserProfileDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
2158
- if (value.iam !== void 0)
2159
- return visitor.iam(value.iam);
2160
- if (value.sso !== void 0)
2161
- return visitor.sso(value.sso);
2063
+ if (value.iam !== void 0) return visitor.iam(value.iam);
2064
+ if (value.sso !== void 0) return visitor.sso(value.sso);
2162
2065
  return visitor._(value.$unknown[0], value.$unknown[1]);
2163
2066
  }, "visit");
2164
2067
  })(UserProfileDetails || (UserProfileDetails = {}));
@@ -2194,8 +2097,7 @@ var SelfGrantStatus = {
2194
2097
  var SelfGrantStatusOutput;
2195
2098
  ((SelfGrantStatusOutput2) => {
2196
2099
  SelfGrantStatusOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
2197
- if (value.glueSelfGrantStatus !== void 0)
2198
- return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
2100
+ if (value.glueSelfGrantStatus !== void 0) return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
2199
2101
  if (value.redshiftSelfGrantStatus !== void 0)
2200
2102
  return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
2201
2103
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -2232,8 +2134,7 @@ var ProvisioningConfiguration;
2232
2134
  var JobRunDetails;
2233
2135
  ((JobRunDetails2) => {
2234
2136
  JobRunDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
2235
- if (value.lineageRunDetails !== void 0)
2236
- return visitor.lineageRunDetails(value.lineageRunDetails);
2137
+ if (value.lineageRunDetails !== void 0) return visitor.lineageRunDetails(value.lineageRunDetails);
2237
2138
  return visitor._(value.$unknown[0], value.$unknown[1]);
2238
2139
  }, "visit");
2239
2140
  })(JobRunDetails || (JobRunDetails = {}));
@@ -2264,20 +2165,16 @@ var SortOrder = {
2264
2165
  var OwnerPropertiesOutput;
2265
2166
  ((OwnerPropertiesOutput2) => {
2266
2167
  OwnerPropertiesOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
2267
- if (value.user !== void 0)
2268
- return visitor.user(value.user);
2269
- if (value.group !== void 0)
2270
- return visitor.group(value.group);
2168
+ if (value.user !== void 0) return visitor.user(value.user);
2169
+ if (value.group !== void 0) return visitor.group(value.group);
2271
2170
  return visitor._(value.$unknown[0], value.$unknown[1]);
2272
2171
  }, "visit");
2273
2172
  })(OwnerPropertiesOutput || (OwnerPropertiesOutput = {}));
2274
2173
  var ListingItem;
2275
2174
  ((ListingItem2) => {
2276
2175
  ListingItem2.visit = /* @__PURE__ */ __name((value, visitor) => {
2277
- if (value.assetListing !== void 0)
2278
- return visitor.assetListing(value.assetListing);
2279
- if (value.dataProductListing !== void 0)
2280
- return visitor.dataProductListing(value.dataProductListing);
2176
+ if (value.assetListing !== void 0) return visitor.assetListing(value.assetListing);
2177
+ if (value.dataProductListing !== void 0) return visitor.dataProductListing(value.dataProductListing);
2281
2178
  return visitor._(value.$unknown[0], value.$unknown[1]);
2282
2179
  }, "visit");
2283
2180
  })(ListingItem || (ListingItem = {}));
@@ -2325,10 +2222,8 @@ var SortFieldProject = {
2325
2222
  var MemberDetails;
2326
2223
  ((MemberDetails2) => {
2327
2224
  MemberDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
2328
- if (value.user !== void 0)
2329
- return visitor.user(value.user);
2330
- if (value.group !== void 0)
2331
- return visitor.group(value.group);
2225
+ if (value.user !== void 0) return visitor.user(value.user);
2226
+ if (value.group !== void 0) return visitor.group(value.group);
2332
2227
  return visitor._(value.$unknown[0], value.$unknown[1]);
2333
2228
  }, "visit");
2334
2229
  })(MemberDetails || (MemberDetails = {}));
@@ -2390,12 +2285,9 @@ var SsoUserProfileDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2390
2285
  ...obj.lastName && { lastName: import_smithy_client.SENSITIVE_STRING }
2391
2286
  }), "SsoUserProfileDetailsFilterSensitiveLog");
2392
2287
  var UserProfileDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
2393
- if (obj.iam !== void 0)
2394
- return { iam: obj.iam };
2395
- if (obj.sso !== void 0)
2396
- return { sso: SsoUserProfileDetailsFilterSensitiveLog(obj.sso) };
2397
- if (obj.$unknown !== void 0)
2398
- return { [obj.$unknown[0]]: "UNKNOWN" };
2288
+ if (obj.iam !== void 0) return { iam: obj.iam };
2289
+ if (obj.sso !== void 0) return { sso: SsoUserProfileDetailsFilterSensitiveLog(obj.sso) };
2290
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
2399
2291
  }, "UserProfileDetailsFilterSensitiveLog");
2400
2292
  var CreateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2401
2293
  ...obj,
@@ -2552,7 +2444,8 @@ var GetEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2552
2444
  ...obj.userParameters && {
2553
2445
  userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
2554
2446
  },
2555
- ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
2447
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
2448
+ ...obj.environmentConfigurationId && { environmentConfigurationId: import_smithy_client.SENSITIVE_STRING }
2556
2449
  }), "GetEnvironmentOutputFilterSensitiveLog");
2557
2450
  var GetEnvironmentBlueprintOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2558
2451
  ...obj,
@@ -2700,19 +2593,18 @@ var ListEnvironmentProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((ob
2700
2593
  var EnvironmentSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2701
2594
  ...obj,
2702
2595
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2703
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2596
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2597
+ ...obj.environmentConfigurationId && { environmentConfigurationId: import_smithy_client.SENSITIVE_STRING }
2704
2598
  }), "EnvironmentSummaryFilterSensitiveLog");
2705
2599
  var ListEnvironmentsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2706
2600
  ...obj,
2707
2601
  ...obj.items && { items: obj.items.map((item) => EnvironmentSummaryFilterSensitiveLog(item)) }
2708
2602
  }), "ListEnvironmentsOutputFilterSensitiveLog");
2709
2603
  var ListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
2710
- if (obj.assetListing !== void 0)
2711
- return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
2604
+ if (obj.assetListing !== void 0) return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
2712
2605
  if (obj.dataProductListing !== void 0)
2713
2606
  return { dataProductListing: DataProductListingFilterSensitiveLog(obj.dataProductListing) };
2714
- if (obj.$unknown !== void 0)
2715
- return { [obj.$unknown[0]]: "UNKNOWN" };
2607
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
2716
2608
  }, "ListingItemFilterSensitiveLog");
2717
2609
  var GetListingOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2718
2610
  ...obj,
@@ -2865,14 +2757,10 @@ var InventorySearchScope = {
2865
2757
  var SearchInventoryResultItem;
2866
2758
  ((SearchInventoryResultItem3) => {
2867
2759
  SearchInventoryResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
2868
- if (value.glossaryItem !== void 0)
2869
- return visitor.glossaryItem(value.glossaryItem);
2870
- if (value.glossaryTermItem !== void 0)
2871
- return visitor.glossaryTermItem(value.glossaryTermItem);
2872
- if (value.assetItem !== void 0)
2873
- return visitor.assetItem(value.assetItem);
2874
- if (value.dataProductItem !== void 0)
2875
- return visitor.dataProductItem(value.dataProductItem);
2760
+ if (value.glossaryItem !== void 0) return visitor.glossaryItem(value.glossaryItem);
2761
+ if (value.glossaryTermItem !== void 0) return visitor.glossaryTermItem(value.glossaryTermItem);
2762
+ if (value.assetItem !== void 0) return visitor.assetItem(value.assetItem);
2763
+ if (value.dataProductItem !== void 0) return visitor.dataProductItem(value.dataProductItem);
2876
2764
  return visitor._(value.$unknown[0], value.$unknown[1]);
2877
2765
  }, "visit");
2878
2766
  })(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
@@ -2883,10 +2771,8 @@ var GroupSearchType = {
2883
2771
  var SearchResultItem;
2884
2772
  ((SearchResultItem3) => {
2885
2773
  SearchResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
2886
- if (value.assetListing !== void 0)
2887
- return visitor.assetListing(value.assetListing);
2888
- if (value.dataProductListing !== void 0)
2889
- return visitor.dataProductListing(value.dataProductListing);
2774
+ if (value.assetListing !== void 0) return visitor.assetListing(value.assetListing);
2775
+ if (value.dataProductListing !== void 0) return visitor.dataProductListing(value.dataProductListing);
2890
2776
  return visitor._(value.$unknown[0], value.$unknown[1]);
2891
2777
  }, "visit");
2892
2778
  })(SearchResultItem || (SearchResultItem = {}));
@@ -2898,12 +2784,9 @@ var TypesSearchScope = {
2898
2784
  var SearchTypesResultItem;
2899
2785
  ((SearchTypesResultItem3) => {
2900
2786
  SearchTypesResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
2901
- if (value.assetTypeItem !== void 0)
2902
- return visitor.assetTypeItem(value.assetTypeItem);
2903
- if (value.formTypeItem !== void 0)
2904
- return visitor.formTypeItem(value.formTypeItem);
2905
- if (value.lineageNodeTypeItem !== void 0)
2906
- return visitor.lineageNodeTypeItem(value.lineageNodeTypeItem);
2787
+ if (value.assetTypeItem !== void 0) return visitor.assetTypeItem(value.assetTypeItem);
2788
+ if (value.formTypeItem !== void 0) return visitor.formTypeItem(value.formTypeItem);
2789
+ if (value.lineageNodeTypeItem !== void 0) return visitor.lineageNodeTypeItem(value.lineageNodeTypeItem);
2907
2790
  return visitor._(value.$unknown[0], value.$unknown[1]);
2908
2791
  }, "visit");
2909
2792
  })(SearchTypesResultItem || (SearchTypesResultItem = {}));
@@ -2916,34 +2799,26 @@ var UserSearchType = {
2916
2799
  var FilterClause;
2917
2800
  ((FilterClause2) => {
2918
2801
  FilterClause2.visit = /* @__PURE__ */ __name((value, visitor) => {
2919
- if (value.filter !== void 0)
2920
- return visitor.filter(value.filter);
2921
- if (value.and !== void 0)
2922
- return visitor.and(value.and);
2923
- if (value.or !== void 0)
2924
- return visitor.or(value.or);
2802
+ if (value.filter !== void 0) return visitor.filter(value.filter);
2803
+ if (value.and !== void 0) return visitor.and(value.and);
2804
+ if (value.or !== void 0) return visitor.or(value.or);
2925
2805
  return visitor._(value.$unknown[0], value.$unknown[1]);
2926
2806
  }, "visit");
2927
2807
  })(FilterClause || (FilterClause = {}));
2928
2808
  var RowFilter;
2929
2809
  ((RowFilter2) => {
2930
2810
  RowFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
2931
- if (value.expression !== void 0)
2932
- return visitor.expression(value.expression);
2933
- if (value.and !== void 0)
2934
- return visitor.and(value.and);
2935
- if (value.or !== void 0)
2936
- return visitor.or(value.or);
2811
+ if (value.expression !== void 0) return visitor.expression(value.expression);
2812
+ if (value.and !== void 0) return visitor.and(value.and);
2813
+ if (value.or !== void 0) return visitor.or(value.or);
2937
2814
  return visitor._(value.$unknown[0], value.$unknown[1]);
2938
2815
  }, "visit");
2939
2816
  })(RowFilter || (RowFilter = {}));
2940
2817
  var AssetFilterConfiguration;
2941
2818
  ((AssetFilterConfiguration2) => {
2942
2819
  AssetFilterConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
2943
- if (value.columnConfiguration !== void 0)
2944
- return visitor.columnConfiguration(value.columnConfiguration);
2945
- if (value.rowConfiguration !== void 0)
2946
- return visitor.rowConfiguration(value.rowConfiguration);
2820
+ if (value.columnConfiguration !== void 0) return visitor.columnConfiguration(value.columnConfiguration);
2821
+ if (value.rowConfiguration !== void 0) return visitor.rowConfiguration(value.rowConfiguration);
2947
2822
  return visitor._(value.$unknown[0], value.$unknown[1]);
2948
2823
  }, "visit");
2949
2824
  })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
@@ -2959,16 +2834,13 @@ var GlossaryTermItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2959
2834
  ...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
2960
2835
  }), "GlossaryTermItemFilterSensitiveLog");
2961
2836
  var SearchInventoryResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
2962
- if (obj.glossaryItem !== void 0)
2963
- return { glossaryItem: GlossaryItemFilterSensitiveLog(obj.glossaryItem) };
2837
+ if (obj.glossaryItem !== void 0) return { glossaryItem: GlossaryItemFilterSensitiveLog(obj.glossaryItem) };
2964
2838
  if (obj.glossaryTermItem !== void 0)
2965
2839
  return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
2966
- if (obj.assetItem !== void 0)
2967
- return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
2840
+ if (obj.assetItem !== void 0) return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
2968
2841
  if (obj.dataProductItem !== void 0)
2969
2842
  return { dataProductItem: DataProductResultItemFilterSensitiveLog(obj.dataProductItem) };
2970
- if (obj.$unknown !== void 0)
2971
- return { [obj.$unknown[0]]: "UNKNOWN" };
2843
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
2972
2844
  }, "SearchInventoryResultItemFilterSensitiveLog");
2973
2845
  var SearchOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2974
2846
  ...obj,
@@ -2987,12 +2859,10 @@ var SearchGroupProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
2987
2859
  ...obj.items && { items: obj.items.map((item) => GroupProfileSummaryFilterSensitiveLog(item)) }
2988
2860
  }), "SearchGroupProfilesOutputFilterSensitiveLog");
2989
2861
  var SearchResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
2990
- if (obj.assetListing !== void 0)
2991
- return { assetListing: AssetListingItemFilterSensitiveLog(obj.assetListing) };
2862
+ if (obj.assetListing !== void 0) return { assetListing: AssetListingItemFilterSensitiveLog(obj.assetListing) };
2992
2863
  if (obj.dataProductListing !== void 0)
2993
2864
  return { dataProductListing: DataProductListingItemFilterSensitiveLog(obj.dataProductListing) };
2994
- if (obj.$unknown !== void 0)
2995
- return { [obj.$unknown[0]]: "UNKNOWN" };
2865
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
2996
2866
  }, "SearchResultItemFilterSensitiveLog");
2997
2867
  var SearchListingsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2998
2868
  ...obj,
@@ -3015,14 +2885,11 @@ var LineageNodeTypeItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3015
2885
  }
3016
2886
  }), "LineageNodeTypeItemFilterSensitiveLog");
3017
2887
  var SearchTypesResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
3018
- if (obj.assetTypeItem !== void 0)
3019
- return { assetTypeItem: AssetTypeItemFilterSensitiveLog(obj.assetTypeItem) };
3020
- if (obj.formTypeItem !== void 0)
3021
- return { formTypeItem: FormTypeDataFilterSensitiveLog(obj.formTypeItem) };
2888
+ if (obj.assetTypeItem !== void 0) return { assetTypeItem: AssetTypeItemFilterSensitiveLog(obj.assetTypeItem) };
2889
+ if (obj.formTypeItem !== void 0) return { formTypeItem: FormTypeDataFilterSensitiveLog(obj.formTypeItem) };
3022
2890
  if (obj.lineageNodeTypeItem !== void 0)
3023
2891
  return { lineageNodeTypeItem: LineageNodeTypeItemFilterSensitiveLog(obj.lineageNodeTypeItem) };
3024
- if (obj.$unknown !== void 0)
3025
- return { [obj.$unknown[0]]: "UNKNOWN" };
2892
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
3026
2893
  }, "SearchTypesResultItemFilterSensitiveLog");
3027
2894
  var SearchTypesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3028
2895
  ...obj,
@@ -3060,7 +2927,8 @@ var UpdateEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
3060
2927
  ...obj.userParameters && {
3061
2928
  userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
3062
2929
  },
3063
- ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
2930
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
2931
+ ...obj.environmentConfigurationId && { environmentConfigurationId: import_smithy_client.SENSITIVE_STRING }
3064
2932
  }), "UpdateEnvironmentOutputFilterSensitiveLog");
3065
2933
  var UpdateEnvironmentProfileInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3066
2934
  ...obj,
@@ -3081,7 +2949,10 @@ var UpdateGroupProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
3081
2949
  var UpdateProjectInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3082
2950
  ...obj,
3083
2951
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
3084
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2952
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2953
+ ...obj.userParameters && {
2954
+ userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item))
2955
+ }
3085
2956
  }), "UpdateProjectInputFilterSensitiveLog");
3086
2957
  var UpdateProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3087
2958
  ...obj,
@@ -3184,8 +3055,8 @@ var se_AcceptPredictionsCommand = /* @__PURE__ */ __name(async (input, context)
3184
3055
  let body;
3185
3056
  body = JSON.stringify(
3186
3057
  (0, import_smithy_client.take)(input, {
3187
- acceptChoices: (_) => (0, import_smithy_client._json)(_),
3188
- acceptRule: (_) => se_AcceptRule(_, context),
3058
+ acceptChoices: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "acceptChoices"),
3059
+ acceptRule: /* @__PURE__ */ __name((_) => se_AcceptRule(_, context), "acceptRule"),
3189
3060
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
3190
3061
  })
3191
3062
  );
@@ -3203,7 +3074,7 @@ var se_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (input, c
3203
3074
  let body;
3204
3075
  body = JSON.stringify(
3205
3076
  (0, import_smithy_client.take)(input, {
3206
- assetScopes: (_) => (0, import_smithy_client._json)(_),
3077
+ assetScopes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetScopes"),
3207
3078
  decisionComment: []
3208
3079
  })
3209
3080
  );
@@ -3223,7 +3094,7 @@ var se_AddEntityOwnerCommand = /* @__PURE__ */ __name(async (input, context) =>
3223
3094
  body = JSON.stringify(
3224
3095
  (0, import_smithy_client.take)(input, {
3225
3096
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3226
- owner: (_) => (0, import_smithy_client._json)(_)
3097
+ owner: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "owner")
3227
3098
  })
3228
3099
  );
3229
3100
  b.m("POST").h(headers).b(body);
@@ -3242,9 +3113,9 @@ var se_AddPolicyGrantCommand = /* @__PURE__ */ __name(async (input, context) =>
3242
3113
  body = JSON.stringify(
3243
3114
  (0, import_smithy_client.take)(input, {
3244
3115
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3245
- detail: (_) => (0, import_smithy_client._json)(_),
3116
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "detail"),
3246
3117
  policyType: [],
3247
- principal: (_) => (0, import_smithy_client._json)(_)
3118
+ principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal")
3248
3119
  })
3249
3120
  );
3250
3121
  b.m("POST").h(headers).b(body);
@@ -3294,11 +3165,11 @@ var se_CreateAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
3294
3165
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3295
3166
  description: [],
3296
3167
  externalIdentifier: [],
3297
- formsInput: (_) => (0, import_smithy_client._json)(_),
3298
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
3168
+ formsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "formsInput"),
3169
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
3299
3170
  name: [],
3300
3171
  owningProjectIdentifier: [],
3301
- predictionConfiguration: (_) => (0, import_smithy_client._json)(_),
3172
+ predictionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "predictionConfiguration"),
3302
3173
  typeIdentifier: [],
3303
3174
  typeRevision: []
3304
3175
  })
@@ -3318,7 +3189,7 @@ var se_CreateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context)
3318
3189
  body = JSON.stringify(
3319
3190
  (0, import_smithy_client.take)(input, {
3320
3191
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3321
- configuration: (_) => se_AssetFilterConfiguration(_, context),
3192
+ configuration: /* @__PURE__ */ __name((_) => se_AssetFilterConfiguration(_, context), "configuration"),
3322
3193
  description: [],
3323
3194
  name: []
3324
3195
  })
@@ -3339,10 +3210,10 @@ var se_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (input, context
3339
3210
  (0, import_smithy_client.take)(input, {
3340
3211
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3341
3212
  description: [],
3342
- formsInput: (_) => (0, import_smithy_client._json)(_),
3343
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
3213
+ formsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "formsInput"),
3214
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
3344
3215
  name: [],
3345
- predictionConfiguration: (_) => (0, import_smithy_client._json)(_),
3216
+ predictionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "predictionConfiguration"),
3346
3217
  typeRevision: []
3347
3218
  })
3348
3219
  );
@@ -3360,7 +3231,7 @@ var se_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
3360
3231
  body = JSON.stringify(
3361
3232
  (0, import_smithy_client.take)(input, {
3362
3233
  description: [],
3363
- formsInput: (_) => (0, import_smithy_client._json)(_),
3234
+ formsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "formsInput"),
3364
3235
  name: [],
3365
3236
  owningProjectIdentifier: []
3366
3237
  })
@@ -3378,12 +3249,12 @@ var se_CreateConnectionCommand = /* @__PURE__ */ __name(async (input, context) =
3378
3249
  let body;
3379
3250
  body = JSON.stringify(
3380
3251
  (0, import_smithy_client.take)(input, {
3381
- awsLocation: (_) => (0, import_smithy_client._json)(_),
3252
+ awsLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "awsLocation"),
3382
3253
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3383
3254
  description: [],
3384
3255
  environmentIdentifier: [],
3385
3256
  name: [],
3386
- props: (_) => (0, import_smithy_client._json)(_)
3257
+ props: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "props")
3387
3258
  })
3388
3259
  );
3389
3260
  b.m("POST").h(headers).b(body);
@@ -3401,9 +3272,9 @@ var se_CreateDataProductCommand = /* @__PURE__ */ __name(async (input, context)
3401
3272
  (0, import_smithy_client.take)(input, {
3402
3273
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3403
3274
  description: [],
3404
- formsInput: (_) => (0, import_smithy_client._json)(_),
3405
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
3406
- items: (_) => (0, import_smithy_client._json)(_),
3275
+ formsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "formsInput"),
3276
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
3277
+ items: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "items"),
3407
3278
  name: [],
3408
3279
  owningProjectIdentifier: []
3409
3280
  })
@@ -3424,9 +3295,9 @@ var se_CreateDataProductRevisionCommand = /* @__PURE__ */ __name(async (input, c
3424
3295
  (0, import_smithy_client.take)(input, {
3425
3296
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3426
3297
  description: [],
3427
- formsInput: (_) => (0, import_smithy_client._json)(_),
3428
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
3429
- items: (_) => (0, import_smithy_client._json)(_),
3298
+ formsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "formsInput"),
3299
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
3300
+ items: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "items"),
3430
3301
  name: []
3431
3302
  })
3432
3303
  );
@@ -3443,9 +3314,9 @@ var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
3443
3314
  let body;
3444
3315
  body = JSON.stringify(
3445
3316
  (0, import_smithy_client.take)(input, {
3446
- assetFormsInput: (_) => (0, import_smithy_client._json)(_),
3317
+ assetFormsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetFormsInput"),
3447
3318
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3448
- configuration: (_) => (0, import_smithy_client._json)(_),
3319
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration"),
3449
3320
  connectionIdentifier: [],
3450
3321
  description: [],
3451
3322
  enableSetting: [],
@@ -3453,8 +3324,8 @@ var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
3453
3324
  name: [],
3454
3325
  projectIdentifier: [],
3455
3326
  publishOnImport: [],
3456
- recommendation: (_) => (0, import_smithy_client._json)(_),
3457
- schedule: (_) => (0, import_smithy_client._json)(_),
3327
+ recommendation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "recommendation"),
3328
+ schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
3458
3329
  type: []
3459
3330
  })
3460
3331
  );
@@ -3477,8 +3348,8 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
3477
3348
  kmsKeyIdentifier: [],
3478
3349
  name: [],
3479
3350
  serviceRole: [],
3480
- singleSignOn: (_) => (0, import_smithy_client._json)(_),
3481
- tags: (_) => (0, import_smithy_client._json)(_)
3351
+ singleSignOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "singleSignOn"),
3352
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
3482
3353
  })
3483
3354
  );
3484
3355
  b.m("POST").h(headers).b(body);
@@ -3520,10 +3391,10 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
3520
3391
  environmentBlueprintIdentifier: [],
3521
3392
  environmentConfigurationId: [],
3522
3393
  environmentProfileIdentifier: [],
3523
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
3394
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
3524
3395
  name: [],
3525
3396
  projectIdentifier: [],
3526
- userParameters: (_) => (0, import_smithy_client._json)(_)
3397
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
3527
3398
  })
3528
3399
  );
3529
3400
  b.m("POST").h(headers).b(body);
@@ -3542,7 +3413,7 @@ var se_CreateEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, con
3542
3413
  (0, import_smithy_client.take)(input, {
3543
3414
  description: [],
3544
3415
  name: [],
3545
- parameters: (_) => (0, import_smithy_client._json)(_)
3416
+ parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters")
3546
3417
  })
3547
3418
  );
3548
3419
  b.m("POST").h(headers).b(body);
@@ -3564,7 +3435,7 @@ var se_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (input, co
3564
3435
  environmentBlueprintIdentifier: [],
3565
3436
  name: [],
3566
3437
  projectIdentifier: [],
3567
- userParameters: (_) => (0, import_smithy_client._json)(_)
3438
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
3568
3439
  })
3569
3440
  );
3570
3441
  b.m("POST").h(headers).b(body);
@@ -3581,7 +3452,7 @@ var se_CreateFormTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
3581
3452
  body = JSON.stringify(
3582
3453
  (0, import_smithy_client.take)(input, {
3583
3454
  description: [],
3584
- model: (_) => (0, import_smithy_client._json)(_),
3455
+ model: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "model"),
3585
3456
  name: [],
3586
3457
  owningProjectIdentifier: [],
3587
3458
  status: []
@@ -3626,7 +3497,7 @@ var se_CreateGlossaryTermCommand = /* @__PURE__ */ __name(async (input, context)
3626
3497
  name: [],
3627
3498
  shortDescription: [],
3628
3499
  status: [],
3629
- termRelations: (_) => (0, import_smithy_client._json)(_)
3500
+ termRelations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "termRelations")
3630
3501
  })
3631
3502
  );
3632
3503
  b.m("POST").h(headers).b(body);
@@ -3681,10 +3552,10 @@ var se_CreateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
3681
3552
  (0, import_smithy_client.take)(input, {
3682
3553
  description: [],
3683
3554
  domainUnitId: [],
3684
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
3555
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
3685
3556
  name: [],
3686
3557
  projectProfileId: [],
3687
- userParameters: (_) => (0, import_smithy_client._json)(_)
3558
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
3688
3559
  })
3689
3560
  );
3690
3561
  b.m("POST").h(headers).b(body);
@@ -3702,7 +3573,7 @@ var se_CreateProjectMembershipCommand = /* @__PURE__ */ __name(async (input, con
3702
3573
  body = JSON.stringify(
3703
3574
  (0, import_smithy_client.take)(input, {
3704
3575
  designation: [],
3705
- member: (_) => (0, import_smithy_client._json)(_)
3576
+ member: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "member")
3706
3577
  })
3707
3578
  );
3708
3579
  b.m("POST").h(headers).b(body);
@@ -3720,7 +3591,7 @@ var se_CreateProjectProfileCommand = /* @__PURE__ */ __name(async (input, contex
3720
3591
  (0, import_smithy_client.take)(input, {
3721
3592
  description: [],
3722
3593
  domainUnitIdentifier: [],
3723
- environmentConfigurations: (_) => (0, import_smithy_client._json)(_),
3594
+ environmentConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "environmentConfigurations"),
3724
3595
  name: [],
3725
3596
  status: []
3726
3597
  })
@@ -3741,10 +3612,10 @@ var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
3741
3612
  action: [],
3742
3613
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3743
3614
  description: [],
3744
- detail: (_) => (0, import_smithy_client._json)(_),
3615
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "detail"),
3745
3616
  name: [],
3746
- scope: (_) => (0, import_smithy_client._json)(_),
3747
- target: (_) => (0, import_smithy_client._json)(_)
3617
+ scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scope"),
3618
+ target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target")
3748
3619
  })
3749
3620
  );
3750
3621
  b.m("POST").h(headers).b(body);
@@ -3760,10 +3631,10 @@ var se_CreateSubscriptionGrantCommand = /* @__PURE__ */ __name(async (input, con
3760
3631
  let body;
3761
3632
  body = JSON.stringify(
3762
3633
  (0, import_smithy_client.take)(input, {
3763
- assetTargetNames: (_) => (0, import_smithy_client._json)(_),
3634
+ assetTargetNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetTargetNames"),
3764
3635
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3765
3636
  environmentIdentifier: [],
3766
- grantedEntity: (_) => (0, import_smithy_client._json)(_),
3637
+ grantedEntity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "grantedEntity"),
3767
3638
  subscriptionTargetIdentifier: []
3768
3639
  })
3769
3640
  );
@@ -3781,10 +3652,10 @@ var se_CreateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (input, c
3781
3652
  body = JSON.stringify(
3782
3653
  (0, import_smithy_client.take)(input, {
3783
3654
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3784
- metadataForms: (_) => (0, import_smithy_client._json)(_),
3655
+ metadataForms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metadataForms"),
3785
3656
  requestReason: [],
3786
- subscribedListings: (_) => (0, import_smithy_client._json)(_),
3787
- subscribedPrincipals: (_) => (0, import_smithy_client._json)(_)
3657
+ subscribedListings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subscribedListings"),
3658
+ subscribedPrincipals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subscribedPrincipals")
3788
3659
  })
3789
3660
  );
3790
3661
  b.m("POST").h(headers).b(body);
@@ -3801,13 +3672,13 @@ var se_CreateSubscriptionTargetCommand = /* @__PURE__ */ __name(async (input, co
3801
3672
  let body;
3802
3673
  body = JSON.stringify(
3803
3674
  (0, import_smithy_client.take)(input, {
3804
- applicableAssetTypes: (_) => (0, import_smithy_client._json)(_),
3805
- authorizedPrincipals: (_) => (0, import_smithy_client._json)(_),
3675
+ applicableAssetTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "applicableAssetTypes"),
3676
+ authorizedPrincipals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizedPrincipals"),
3806
3677
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3807
3678
  manageAccessRole: [],
3808
3679
  name: [],
3809
3680
  provider: [],
3810
- subscriptionTargetConfig: (_) => (0, import_smithy_client._json)(_),
3681
+ subscriptionTargetConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subscriptionTargetConfig"),
3811
3682
  type: []
3812
3683
  })
3813
3684
  );
@@ -4030,7 +3901,7 @@ var se_DeleteProjectMembershipCommand = /* @__PURE__ */ __name(async (input, con
4030
3901
  let body;
4031
3902
  body = JSON.stringify(
4032
3903
  (0, import_smithy_client.take)(input, {
4033
- member: (_) => (0, import_smithy_client._json)(_)
3904
+ member: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "member")
4034
3905
  })
4035
3906
  );
4036
3907
  b.m("POST").h(headers).b(body);
@@ -5024,7 +4895,7 @@ var se_PostTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (input, co
5024
4895
  body = JSON.stringify(
5025
4896
  (0, import_smithy_client.take)(input, {
5026
4897
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
5027
- forms: (_) => se_TimeSeriesDataPointFormInputList(_, context)
4898
+ forms: /* @__PURE__ */ __name((_) => se_TimeSeriesDataPointFormInputList(_, context), "forms")
5028
4899
  })
5029
4900
  );
5030
4901
  b.m("POST").h(headers).b(body);
@@ -5046,12 +4917,12 @@ var se_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
5046
4917
  let body;
5047
4918
  body = JSON.stringify(
5048
4919
  (0, import_smithy_client.take)(input, {
5049
- enabledRegions: (_) => (0, import_smithy_client._json)(_),
4920
+ enabledRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "enabledRegions"),
5050
4921
  environmentRolePermissionBoundary: [],
5051
4922
  manageAccessRoleArn: [],
5052
- provisioningConfigurations: (_) => (0, import_smithy_client._json)(_),
4923
+ provisioningConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "provisioningConfigurations"),
5053
4924
  provisioningRoleArn: [],
5054
- regionalParameters: (_) => (0, import_smithy_client._json)(_)
4925
+ regionalParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "regionalParameters")
5055
4926
  })
5056
4927
  );
5057
4928
  b.m("PUT").h(headers).b(body);
@@ -5072,8 +4943,8 @@ var se_RejectPredictionsCommand = /* @__PURE__ */ __name(async (input, context)
5072
4943
  body = JSON.stringify(
5073
4944
  (0, import_smithy_client.take)(input, {
5074
4945
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
5075
- rejectChoices: (_) => (0, import_smithy_client._json)(_),
5076
- rejectRule: (_) => se_RejectRule(_, context)
4946
+ rejectChoices: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "rejectChoices"),
4947
+ rejectRule: /* @__PURE__ */ __name((_) => se_RejectRule(_, context), "rejectRule")
5077
4948
  })
5078
4949
  );
5079
4950
  b.m("PUT").h(headers).q(query).b(body);
@@ -5109,7 +4980,7 @@ var se_RemoveEntityOwnerCommand = /* @__PURE__ */ __name(async (input, context)
5109
4980
  body = JSON.stringify(
5110
4981
  (0, import_smithy_client.take)(input, {
5111
4982
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
5112
- owner: (_) => (0, import_smithy_client._json)(_)
4983
+ owner: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "owner")
5113
4984
  })
5114
4985
  );
5115
4986
  b.m("POST").h(headers).b(body);
@@ -5129,7 +5000,7 @@ var se_RemovePolicyGrantCommand = /* @__PURE__ */ __name(async (input, context)
5129
5000
  (0, import_smithy_client.take)(input, {
5130
5001
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
5131
5002
  policyType: [],
5132
- principal: (_) => (0, import_smithy_client._json)(_)
5003
+ principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal")
5133
5004
  })
5134
5005
  );
5135
5006
  b.m("POST").h(headers).b(body);
@@ -5162,15 +5033,15 @@ var se_SearchCommand = /* @__PURE__ */ __name(async (input, context) => {
5162
5033
  let body;
5163
5034
  body = JSON.stringify(
5164
5035
  (0, import_smithy_client.take)(input, {
5165
- additionalAttributes: (_) => (0, import_smithy_client._json)(_),
5166
- filters: (_) => se_FilterClause(_, context),
5036
+ additionalAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalAttributes"),
5037
+ filters: /* @__PURE__ */ __name((_) => se_FilterClause(_, context), "filters"),
5167
5038
  maxResults: [],
5168
5039
  nextToken: [],
5169
5040
  owningProjectIdentifier: [],
5170
- searchIn: (_) => (0, import_smithy_client._json)(_),
5041
+ searchIn: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "searchIn"),
5171
5042
  searchScope: [],
5172
5043
  searchText: [],
5173
- sort: (_) => (0, import_smithy_client._json)(_)
5044
+ sort: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sort")
5174
5045
  })
5175
5046
  );
5176
5047
  b.m("POST").h(headers).b(body);
@@ -5205,13 +5076,13 @@ var se_SearchListingsCommand = /* @__PURE__ */ __name(async (input, context) =>
5205
5076
  let body;
5206
5077
  body = JSON.stringify(
5207
5078
  (0, import_smithy_client.take)(input, {
5208
- additionalAttributes: (_) => (0, import_smithy_client._json)(_),
5209
- filters: (_) => se_FilterClause(_, context),
5079
+ additionalAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalAttributes"),
5080
+ filters: /* @__PURE__ */ __name((_) => se_FilterClause(_, context), "filters"),
5210
5081
  maxResults: [],
5211
5082
  nextToken: [],
5212
- searchIn: (_) => (0, import_smithy_client._json)(_),
5083
+ searchIn: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "searchIn"),
5213
5084
  searchText: [],
5214
- sort: (_) => (0, import_smithy_client._json)(_)
5085
+ sort: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sort")
5215
5086
  })
5216
5087
  );
5217
5088
  b.m("POST").h(headers).b(body);
@@ -5227,14 +5098,14 @@ var se_SearchTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
5227
5098
  let body;
5228
5099
  body = JSON.stringify(
5229
5100
  (0, import_smithy_client.take)(input, {
5230
- filters: (_) => se_FilterClause(_, context),
5101
+ filters: /* @__PURE__ */ __name((_) => se_FilterClause(_, context), "filters"),
5231
5102
  managed: [],
5232
5103
  maxResults: [],
5233
5104
  nextToken: [],
5234
- searchIn: (_) => (0, import_smithy_client._json)(_),
5105
+ searchIn: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "searchIn"),
5235
5106
  searchScope: [],
5236
5107
  searchText: [],
5237
- sort: (_) => (0, import_smithy_client._json)(_)
5108
+ sort: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sort")
5238
5109
  })
5239
5110
  );
5240
5111
  b.m("POST").h(headers).b(body);
@@ -5288,7 +5159,7 @@ var se_StartMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (input,
5288
5159
  (0, import_smithy_client.take)(input, {
5289
5160
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
5290
5161
  owningProjectIdentifier: [],
5291
- target: (_) => (0, import_smithy_client._json)(_),
5162
+ target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target"),
5292
5163
  type: []
5293
5164
  })
5294
5165
  );
@@ -5305,7 +5176,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
5305
5176
  let body;
5306
5177
  body = JSON.stringify(
5307
5178
  (0, import_smithy_client.take)(input, {
5308
- tags: (_) => (0, import_smithy_client._json)(_)
5179
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
5309
5180
  })
5310
5181
  );
5311
5182
  b.m("POST").h(headers).b(body);
@@ -5335,7 +5206,7 @@ var se_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context)
5335
5206
  let body;
5336
5207
  body = JSON.stringify(
5337
5208
  (0, import_smithy_client.take)(input, {
5338
- configuration: (_) => se_AssetFilterConfiguration(_, context),
5209
+ configuration: /* @__PURE__ */ __name((_) => se_AssetFilterConfiguration(_, context), "configuration"),
5339
5210
  description: [],
5340
5211
  name: []
5341
5212
  })
@@ -5354,9 +5225,9 @@ var se_UpdateConnectionCommand = /* @__PURE__ */ __name(async (input, context) =
5354
5225
  let body;
5355
5226
  body = JSON.stringify(
5356
5227
  (0, import_smithy_client.take)(input, {
5357
- awsLocation: (_) => (0, import_smithy_client._json)(_),
5228
+ awsLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "awsLocation"),
5358
5229
  description: [],
5359
- props: (_) => (0, import_smithy_client._json)(_)
5230
+ props: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "props")
5360
5231
  })
5361
5232
  );
5362
5233
  b.m("PATCH").h(headers).b(body);
@@ -5373,15 +5244,15 @@ var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
5373
5244
  let body;
5374
5245
  body = JSON.stringify(
5375
5246
  (0, import_smithy_client.take)(input, {
5376
- assetFormsInput: (_) => (0, import_smithy_client._json)(_),
5377
- configuration: (_) => (0, import_smithy_client._json)(_),
5247
+ assetFormsInput: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetFormsInput"),
5248
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration"),
5378
5249
  description: [],
5379
5250
  enableSetting: [],
5380
5251
  name: [],
5381
5252
  publishOnImport: [],
5382
- recommendation: (_) => (0, import_smithy_client._json)(_),
5253
+ recommendation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "recommendation"),
5383
5254
  retainPermissionsOnRevokeFailure: [],
5384
- schedule: (_) => (0, import_smithy_client._json)(_)
5255
+ schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule")
5385
5256
  })
5386
5257
  );
5387
5258
  b.m("PATCH").h(headers).b(body);
@@ -5404,7 +5275,7 @@ var se_UpdateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
5404
5275
  domainExecutionRole: [],
5405
5276
  name: [],
5406
5277
  serviceRole: [],
5407
- singleSignOn: (_) => (0, import_smithy_client._json)(_)
5278
+ singleSignOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "singleSignOn")
5408
5279
  })
5409
5280
  );
5410
5281
  b.m("PUT").h(headers).q(query).b(body);
@@ -5439,9 +5310,11 @@ var se_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
5439
5310
  let body;
5440
5311
  body = JSON.stringify(
5441
5312
  (0, import_smithy_client.take)(input, {
5313
+ blueprintVersion: [],
5442
5314
  description: [],
5443
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
5444
- name: []
5315
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
5316
+ name: [],
5317
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
5445
5318
  })
5446
5319
  );
5447
5320
  b.m("PATCH").h(headers).b(body);
@@ -5461,7 +5334,7 @@ var se_UpdateEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, con
5461
5334
  (0, import_smithy_client.take)(input, {
5462
5335
  description: [],
5463
5336
  name: [],
5464
- parameters: (_) => (0, import_smithy_client._json)(_)
5337
+ parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters")
5465
5338
  })
5466
5339
  );
5467
5340
  b.m("PATCH").h(headers).b(body);
@@ -5482,7 +5355,7 @@ var se_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (input, co
5482
5355
  awsAccountRegion: [],
5483
5356
  description: [],
5484
5357
  name: [],
5485
- userParameters: (_) => (0, import_smithy_client._json)(_)
5358
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
5486
5359
  })
5487
5360
  );
5488
5361
  b.m("PATCH").h(headers).b(body);
@@ -5524,7 +5397,7 @@ var se_UpdateGlossaryTermCommand = /* @__PURE__ */ __name(async (input, context)
5524
5397
  name: [],
5525
5398
  shortDescription: [],
5526
5399
  status: [],
5527
- termRelations: (_) => (0, import_smithy_client._json)(_)
5400
+ termRelations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "termRelations")
5528
5401
  })
5529
5402
  );
5530
5403
  b.m("PATCH").h(headers).b(body);
@@ -5559,9 +5432,11 @@ var se_UpdateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
5559
5432
  body = JSON.stringify(
5560
5433
  (0, import_smithy_client.take)(input, {
5561
5434
  description: [],
5562
- environmentDeploymentDetails: (_) => (0, import_smithy_client._json)(_),
5563
- glossaryTerms: (_) => (0, import_smithy_client._json)(_),
5564
- name: []
5435
+ environmentDeploymentDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "environmentDeploymentDetails"),
5436
+ glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
5437
+ name: [],
5438
+ projectProfileVersion: [],
5439
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
5565
5440
  })
5566
5441
  );
5567
5442
  b.m("PATCH").h(headers).b(body);
@@ -5580,7 +5455,7 @@ var se_UpdateProjectProfileCommand = /* @__PURE__ */ __name(async (input, contex
5580
5455
  (0, import_smithy_client.take)(input, {
5581
5456
  description: [],
5582
5457
  domainUnitIdentifier: [],
5583
- environmentConfigurations: (_) => (0, import_smithy_client._json)(_),
5458
+ environmentConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "environmentConfigurations"),
5584
5459
  name: [],
5585
5460
  status: []
5586
5461
  })
@@ -5600,10 +5475,10 @@ var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
5600
5475
  body = JSON.stringify(
5601
5476
  (0, import_smithy_client.take)(input, {
5602
5477
  description: [],
5603
- detail: (_) => (0, import_smithy_client._json)(_),
5478
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "detail"),
5604
5479
  includeChildDomainUnits: [],
5605
5480
  name: [],
5606
- scope: (_) => (0, import_smithy_client._json)(_)
5481
+ scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scope")
5607
5482
  })
5608
5483
  );
5609
5484
  b.m("PATCH").h(headers).b(body);
@@ -5621,7 +5496,7 @@ var se_UpdateSubscriptionGrantStatusCommand = /* @__PURE__ */ __name(async (inpu
5621
5496
  let body;
5622
5497
  body = JSON.stringify(
5623
5498
  (0, import_smithy_client.take)(input, {
5624
- failureCause: (_) => (0, import_smithy_client._json)(_),
5499
+ failureCause: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "failureCause"),
5625
5500
  status: [],
5626
5501
  targetName: []
5627
5502
  })
@@ -5658,12 +5533,12 @@ var se_UpdateSubscriptionTargetCommand = /* @__PURE__ */ __name(async (input, co
5658
5533
  let body;
5659
5534
  body = JSON.stringify(
5660
5535
  (0, import_smithy_client.take)(input, {
5661
- applicableAssetTypes: (_) => (0, import_smithy_client._json)(_),
5662
- authorizedPrincipals: (_) => (0, import_smithy_client._json)(_),
5536
+ applicableAssetTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "applicableAssetTypes"),
5537
+ authorizedPrincipals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizedPrincipals"),
5663
5538
  manageAccessRole: [],
5664
5539
  name: [],
5665
5540
  provider: [],
5666
- subscriptionTargetConfig: (_) => (0, import_smithy_client._json)(_)
5541
+ subscriptionTargetConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subscriptionTargetConfig")
5667
5542
  })
5668
5543
  );
5669
5544
  b.m("PATCH").h(headers).b(body);
@@ -5712,7 +5587,7 @@ var de_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
5712
5587
  });
5713
5588
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5714
5589
  const doc = (0, import_smithy_client.take)(data, {
5715
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5590
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5716
5591
  createdBy: import_smithy_client.expectString,
5717
5592
  decisionComment: import_smithy_client.expectString,
5718
5593
  domainId: import_smithy_client.expectString,
@@ -5724,7 +5599,7 @@ var de_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
5724
5599
  status: import_smithy_client.expectString,
5725
5600
  subscribedListings: import_smithy_client._json,
5726
5601
  subscribedPrincipals: import_smithy_client._json,
5727
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5602
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
5728
5603
  updatedBy: import_smithy_client.expectString
5729
5604
  });
5730
5605
  Object.assign(contents, doc);
@@ -5779,16 +5654,16 @@ var de_CancelSubscriptionCommand = /* @__PURE__ */ __name(async (output, context
5779
5654
  });
5780
5655
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5781
5656
  const doc = (0, import_smithy_client.take)(data, {
5782
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5657
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5783
5658
  createdBy: import_smithy_client.expectString,
5784
5659
  domainId: import_smithy_client.expectString,
5785
5660
  id: import_smithy_client.expectString,
5786
5661
  retainPermissions: import_smithy_client.expectBoolean,
5787
5662
  status: import_smithy_client.expectString,
5788
5663
  subscribedListing: import_smithy_client._json,
5789
- subscribedPrincipal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
5664
+ subscribedPrincipal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "subscribedPrincipal"),
5790
5665
  subscriptionRequestId: import_smithy_client.expectString,
5791
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5666
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
5792
5667
  updatedBy: import_smithy_client.expectString
5793
5668
  });
5794
5669
  Object.assign(contents, doc);
@@ -5803,17 +5678,17 @@ var de_CreateAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
5803
5678
  });
5804
5679
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5805
5680
  const doc = (0, import_smithy_client.take)(data, {
5806
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5681
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5807
5682
  createdBy: import_smithy_client.expectString,
5808
5683
  description: import_smithy_client.expectString,
5809
5684
  domainId: import_smithy_client.expectString,
5810
5685
  externalIdentifier: import_smithy_client.expectString,
5811
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5686
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
5812
5687
  firstRevisionCreatedBy: import_smithy_client.expectString,
5813
5688
  formsOutput: import_smithy_client._json,
5814
5689
  glossaryTerms: import_smithy_client._json,
5815
5690
  id: import_smithy_client.expectString,
5816
- latestTimeSeriesDataPointFormsOutput: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context),
5691
+ latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
5817
5692
  listing: import_smithy_client._json,
5818
5693
  name: import_smithy_client.expectString,
5819
5694
  owningProjectId: import_smithy_client.expectString,
@@ -5836,8 +5711,8 @@ var de_CreateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context)
5836
5711
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5837
5712
  const doc = (0, import_smithy_client.take)(data, {
5838
5713
  assetId: import_smithy_client.expectString,
5839
- configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
5840
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5714
+ configuration: /* @__PURE__ */ __name((_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context), "configuration"),
5715
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5841
5716
  description: import_smithy_client.expectString,
5842
5717
  domainId: import_smithy_client.expectString,
5843
5718
  effectiveColumnNames: import_smithy_client._json,
@@ -5859,17 +5734,17 @@ var de_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (output, contex
5859
5734
  });
5860
5735
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5861
5736
  const doc = (0, import_smithy_client.take)(data, {
5862
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5737
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5863
5738
  createdBy: import_smithy_client.expectString,
5864
5739
  description: import_smithy_client.expectString,
5865
5740
  domainId: import_smithy_client.expectString,
5866
5741
  externalIdentifier: import_smithy_client.expectString,
5867
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5742
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
5868
5743
  firstRevisionCreatedBy: import_smithy_client.expectString,
5869
5744
  formsOutput: import_smithy_client._json,
5870
5745
  glossaryTerms: import_smithy_client._json,
5871
5746
  id: import_smithy_client.expectString,
5872
- latestTimeSeriesDataPointFormsOutput: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context),
5747
+ latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
5873
5748
  listing: import_smithy_client._json,
5874
5749
  name: import_smithy_client.expectString,
5875
5750
  owningProjectId: import_smithy_client.expectString,
@@ -5891,7 +5766,7 @@ var de_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) =
5891
5766
  });
5892
5767
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5893
5768
  const doc = (0, import_smithy_client.take)(data, {
5894
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5769
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5895
5770
  createdBy: import_smithy_client.expectString,
5896
5771
  description: import_smithy_client.expectString,
5897
5772
  domainId: import_smithy_client.expectString,
@@ -5901,7 +5776,7 @@ var de_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) =
5901
5776
  originProjectId: import_smithy_client.expectString,
5902
5777
  owningProjectId: import_smithy_client.expectString,
5903
5778
  revision: import_smithy_client.expectString,
5904
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5779
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
5905
5780
  updatedBy: import_smithy_client.expectString
5906
5781
  });
5907
5782
  Object.assign(contents, doc);
@@ -5922,9 +5797,9 @@ var de_CreateConnectionCommand = /* @__PURE__ */ __name(async (output, context)
5922
5797
  domainUnitId: import_smithy_client.expectString,
5923
5798
  environmentId: import_smithy_client.expectString,
5924
5799
  name: import_smithy_client.expectString,
5925
- physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
5800
+ physicalEndpoints: /* @__PURE__ */ __name((_) => de_PhysicalEndpoints(_, context), "physicalEndpoints"),
5926
5801
  projectId: import_smithy_client.expectString,
5927
- props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
5802
+ props: /* @__PURE__ */ __name((_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context), "props"),
5928
5803
  type: import_smithy_client.expectString
5929
5804
  });
5930
5805
  Object.assign(contents, doc);
@@ -5939,11 +5814,11 @@ var de_CreateDataProductCommand = /* @__PURE__ */ __name(async (output, context)
5939
5814
  });
5940
5815
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5941
5816
  const doc = (0, import_smithy_client.take)(data, {
5942
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5817
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5943
5818
  createdBy: import_smithy_client.expectString,
5944
5819
  description: import_smithy_client.expectString,
5945
5820
  domainId: import_smithy_client.expectString,
5946
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5821
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
5947
5822
  firstRevisionCreatedBy: import_smithy_client.expectString,
5948
5823
  formsOutput: import_smithy_client._json,
5949
5824
  glossaryTerms: import_smithy_client._json,
@@ -5966,11 +5841,11 @@ var de_CreateDataProductRevisionCommand = /* @__PURE__ */ __name(async (output,
5966
5841
  });
5967
5842
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5968
5843
  const doc = (0, import_smithy_client.take)(data, {
5969
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5844
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
5970
5845
  createdBy: import_smithy_client.expectString,
5971
5846
  description: import_smithy_client.expectString,
5972
5847
  domainId: import_smithy_client.expectString,
5973
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5848
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
5974
5849
  firstRevisionCreatedBy: import_smithy_client.expectString,
5975
5850
  formsOutput: import_smithy_client._json,
5976
5851
  glossaryTerms: import_smithy_client._json,
@@ -5994,16 +5869,16 @@ var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
5994
5869
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5995
5870
  const doc = (0, import_smithy_client.take)(data, {
5996
5871
  assetFormsOutput: import_smithy_client._json,
5997
- configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
5872
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
5998
5873
  connectionId: import_smithy_client.expectString,
5999
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
5874
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6000
5875
  description: import_smithy_client.expectString,
6001
5876
  domainId: import_smithy_client.expectString,
6002
5877
  enableSetting: import_smithy_client.expectString,
6003
5878
  environmentId: import_smithy_client.expectString,
6004
5879
  errorMessage: import_smithy_client._json,
6005
5880
  id: import_smithy_client.expectString,
6006
- lastRunAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
5881
+ lastRunAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastRunAt"),
6007
5882
  lastRunErrorMessage: import_smithy_client._json,
6008
5883
  lastRunStatus: import_smithy_client.expectString,
6009
5884
  name: import_smithy_client.expectString,
@@ -6013,7 +5888,7 @@ var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
6013
5888
  schedule: import_smithy_client._json,
6014
5889
  status: import_smithy_client.expectString,
6015
5890
  type: import_smithy_client.expectString,
6016
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
5891
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
6017
5892
  });
6018
5893
  Object.assign(contents, doc);
6019
5894
  return contents;
@@ -6054,7 +5929,7 @@ var de_CreateDomainUnitCommand = /* @__PURE__ */ __name(async (output, context)
6054
5929
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6055
5930
  const doc = (0, import_smithy_client.take)(data, {
6056
5931
  ancestorDomainUnitIds: import_smithy_client._json,
6057
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5932
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6058
5933
  createdBy: import_smithy_client.expectString,
6059
5934
  description: import_smithy_client.expectString,
6060
5935
  domainId: import_smithy_client.expectString,
@@ -6077,13 +5952,14 @@ var de_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
6077
5952
  const doc = (0, import_smithy_client.take)(data, {
6078
5953
  awsAccountId: import_smithy_client.expectString,
6079
5954
  awsAccountRegion: import_smithy_client.expectString,
6080
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
5955
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6081
5956
  createdBy: import_smithy_client.expectString,
6082
5957
  deploymentProperties: import_smithy_client._json,
6083
5958
  description: import_smithy_client.expectString,
6084
5959
  domainId: import_smithy_client.expectString,
6085
5960
  environmentActions: import_smithy_client._json,
6086
5961
  environmentBlueprintId: import_smithy_client.expectString,
5962
+ environmentConfigurationId: import_smithy_client.expectString,
6087
5963
  environmentProfileId: import_smithy_client.expectString,
6088
5964
  glossaryTerms: import_smithy_client._json,
6089
5965
  id: import_smithy_client.expectString,
@@ -6092,9 +5968,9 @@ var de_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
6092
5968
  projectId: import_smithy_client.expectString,
6093
5969
  provider: import_smithy_client.expectString,
6094
5970
  provisionedResources: import_smithy_client._json,
6095
- provisioningProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
5971
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
6096
5972
  status: import_smithy_client.expectString,
6097
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
5973
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
6098
5974
  userParameters: import_smithy_client._json
6099
5975
  });
6100
5976
  Object.assign(contents, doc);
@@ -6114,7 +5990,7 @@ var de_CreateEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, co
6114
5990
  environmentId: import_smithy_client.expectString,
6115
5991
  id: import_smithy_client.expectString,
6116
5992
  name: import_smithy_client.expectString,
6117
- parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
5993
+ parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "parameters")
6118
5994
  });
6119
5995
  Object.assign(contents, doc);
6120
5996
  return contents;
@@ -6130,7 +6006,7 @@ var de_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, c
6130
6006
  const doc = (0, import_smithy_client.take)(data, {
6131
6007
  awsAccountId: import_smithy_client.expectString,
6132
6008
  awsAccountRegion: import_smithy_client.expectString,
6133
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6009
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6134
6010
  createdBy: import_smithy_client.expectString,
6135
6011
  description: import_smithy_client.expectString,
6136
6012
  domainId: import_smithy_client.expectString,
@@ -6138,7 +6014,7 @@ var de_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, c
6138
6014
  id: import_smithy_client.expectString,
6139
6015
  name: import_smithy_client.expectString,
6140
6016
  projectId: import_smithy_client.expectString,
6141
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6017
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
6142
6018
  userParameters: import_smithy_client._json
6143
6019
  });
6144
6020
  Object.assign(contents, doc);
@@ -6246,7 +6122,7 @@ var de_CreateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
6246
6122
  });
6247
6123
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6248
6124
  const doc = (0, import_smithy_client.take)(data, {
6249
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6125
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6250
6126
  createdBy: import_smithy_client.expectString,
6251
6127
  description: import_smithy_client.expectString,
6252
6128
  domainId: import_smithy_client.expectString,
@@ -6255,7 +6131,7 @@ var de_CreateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
6255
6131
  failureReasons: import_smithy_client._json,
6256
6132
  glossaryTerms: import_smithy_client._json,
6257
6133
  id: import_smithy_client.expectString,
6258
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6134
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
6259
6135
  name: import_smithy_client.expectString,
6260
6136
  projectProfileId: import_smithy_client.expectString,
6261
6137
  projectStatus: import_smithy_client.expectString,
@@ -6283,14 +6159,14 @@ var de_CreateProjectProfileCommand = /* @__PURE__ */ __name(async (output, conte
6283
6159
  });
6284
6160
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6285
6161
  const doc = (0, import_smithy_client.take)(data, {
6286
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6162
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6287
6163
  createdBy: import_smithy_client.expectString,
6288
6164
  description: import_smithy_client.expectString,
6289
6165
  domainId: import_smithy_client.expectString,
6290
6166
  domainUnitId: import_smithy_client.expectString,
6291
6167
  environmentConfigurations: import_smithy_client._json,
6292
6168
  id: import_smithy_client.expectString,
6293
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6169
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
6294
6170
  name: import_smithy_client.expectString,
6295
6171
  status: import_smithy_client.expectString
6296
6172
  });
@@ -6307,15 +6183,15 @@ var de_CreateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
6307
6183
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6308
6184
  const doc = (0, import_smithy_client.take)(data, {
6309
6185
  action: import_smithy_client.expectString,
6310
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6186
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6311
6187
  createdBy: import_smithy_client.expectString,
6312
6188
  description: import_smithy_client.expectString,
6313
- detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6189
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "detail"),
6314
6190
  identifier: import_smithy_client.expectString,
6315
6191
  name: import_smithy_client.expectString,
6316
6192
  ruleType: import_smithy_client.expectString,
6317
6193
  scope: import_smithy_client._json,
6318
- target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6194
+ target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "target"),
6319
6195
  targetType: import_smithy_client.expectString
6320
6196
  });
6321
6197
  Object.assign(contents, doc);
@@ -6330,16 +6206,16 @@ var de_CreateSubscriptionGrantCommand = /* @__PURE__ */ __name(async (output, co
6330
6206
  });
6331
6207
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6332
6208
  const doc = (0, import_smithy_client.take)(data, {
6333
- assets: (_) => de_SubscribedAssets(_, context),
6334
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6209
+ assets: /* @__PURE__ */ __name((_) => de_SubscribedAssets(_, context), "assets"),
6210
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6335
6211
  createdBy: import_smithy_client.expectString,
6336
6212
  domainId: import_smithy_client.expectString,
6337
- grantedEntity: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6213
+ grantedEntity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "grantedEntity"),
6338
6214
  id: import_smithy_client.expectString,
6339
6215
  status: import_smithy_client.expectString,
6340
6216
  subscriptionId: import_smithy_client.expectString,
6341
6217
  subscriptionTargetId: import_smithy_client.expectString,
6342
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6218
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
6343
6219
  updatedBy: import_smithy_client.expectString
6344
6220
  });
6345
6221
  Object.assign(contents, doc);
@@ -6354,7 +6230,7 @@ var de_CreateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
6354
6230
  });
6355
6231
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6356
6232
  const doc = (0, import_smithy_client.take)(data, {
6357
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6233
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6358
6234
  createdBy: import_smithy_client.expectString,
6359
6235
  decisionComment: import_smithy_client.expectString,
6360
6236
  domainId: import_smithy_client.expectString,
@@ -6366,7 +6242,7 @@ var de_CreateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
6366
6242
  status: import_smithy_client.expectString,
6367
6243
  subscribedListings: import_smithy_client._json,
6368
6244
  subscribedPrincipals: import_smithy_client._json,
6369
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6245
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
6370
6246
  updatedBy: import_smithy_client.expectString
6371
6247
  });
6372
6248
  Object.assign(contents, doc);
@@ -6383,7 +6259,7 @@ var de_CreateSubscriptionTargetCommand = /* @__PURE__ */ __name(async (output, c
6383
6259
  const doc = (0, import_smithy_client.take)(data, {
6384
6260
  applicableAssetTypes: import_smithy_client._json,
6385
6261
  authorizedPrincipals: import_smithy_client._json,
6386
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6262
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6387
6263
  createdBy: import_smithy_client.expectString,
6388
6264
  domainId: import_smithy_client.expectString,
6389
6265
  environmentId: import_smithy_client.expectString,
@@ -6394,7 +6270,7 @@ var de_CreateSubscriptionTargetCommand = /* @__PURE__ */ __name(async (output, c
6394
6270
  provider: import_smithy_client.expectString,
6395
6271
  subscriptionTargetConfig: import_smithy_client._json,
6396
6272
  type: import_smithy_client.expectString,
6397
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6273
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
6398
6274
  updatedBy: import_smithy_client.expectString
6399
6275
  });
6400
6276
  Object.assign(contents, doc);
@@ -6409,7 +6285,7 @@ var de_CreateUserProfileCommand = /* @__PURE__ */ __name(async (output, context)
6409
6285
  });
6410
6286
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6411
6287
  const doc = (0, import_smithy_client.take)(data, {
6412
- details: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6288
+ details: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "details"),
6413
6289
  domainId: import_smithy_client.expectString,
6414
6290
  id: import_smithy_client.expectString,
6415
6291
  status: import_smithy_client.expectString,
@@ -6482,16 +6358,16 @@ var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
6482
6358
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6483
6359
  const doc = (0, import_smithy_client.take)(data, {
6484
6360
  assetFormsOutput: import_smithy_client._json,
6485
- configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6361
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
6486
6362
  connectionId: import_smithy_client.expectString,
6487
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6363
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6488
6364
  description: import_smithy_client.expectString,
6489
6365
  domainId: import_smithy_client.expectString,
6490
6366
  enableSetting: import_smithy_client.expectString,
6491
6367
  environmentId: import_smithy_client.expectString,
6492
6368
  errorMessage: import_smithy_client._json,
6493
6369
  id: import_smithy_client.expectString,
6494
- lastRunAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6370
+ lastRunAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastRunAt"),
6495
6371
  lastRunErrorMessage: import_smithy_client._json,
6496
6372
  lastRunStatus: import_smithy_client.expectString,
6497
6373
  name: import_smithy_client.expectString,
@@ -6499,10 +6375,10 @@ var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
6499
6375
  publishOnImport: import_smithy_client.expectBoolean,
6500
6376
  retainPermissionsOnRevokeFailure: import_smithy_client.expectBoolean,
6501
6377
  schedule: import_smithy_client._json,
6502
- selfGrantStatus: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6378
+ selfGrantStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "selfGrantStatus"),
6503
6379
  status: import_smithy_client.expectString,
6504
6380
  type: import_smithy_client.expectString,
6505
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
6381
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
6506
6382
  });
6507
6383
  Object.assign(contents, doc);
6508
6384
  return contents;
@@ -6660,16 +6536,16 @@ var de_DeleteSubscriptionGrantCommand = /* @__PURE__ */ __name(async (output, co
6660
6536
  });
6661
6537
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6662
6538
  const doc = (0, import_smithy_client.take)(data, {
6663
- assets: (_) => de_SubscribedAssets(_, context),
6664
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6539
+ assets: /* @__PURE__ */ __name((_) => de_SubscribedAssets(_, context), "assets"),
6540
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6665
6541
  createdBy: import_smithy_client.expectString,
6666
6542
  domainId: import_smithy_client.expectString,
6667
- grantedEntity: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6543
+ grantedEntity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "grantedEntity"),
6668
6544
  id: import_smithy_client.expectString,
6669
6545
  status: import_smithy_client.expectString,
6670
6546
  subscriptionId: import_smithy_client.expectString,
6671
6547
  subscriptionTargetId: import_smithy_client.expectString,
6672
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6548
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
6673
6549
  updatedBy: import_smithy_client.expectString
6674
6550
  });
6675
6551
  Object.assign(contents, doc);
@@ -6724,17 +6600,17 @@ var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
6724
6600
  });
6725
6601
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6726
6602
  const doc = (0, import_smithy_client.take)(data, {
6727
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6603
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6728
6604
  createdBy: import_smithy_client.expectString,
6729
6605
  description: import_smithy_client.expectString,
6730
6606
  domainId: import_smithy_client.expectString,
6731
6607
  externalIdentifier: import_smithy_client.expectString,
6732
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6608
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
6733
6609
  firstRevisionCreatedBy: import_smithy_client.expectString,
6734
6610
  formsOutput: import_smithy_client._json,
6735
6611
  glossaryTerms: import_smithy_client._json,
6736
6612
  id: import_smithy_client.expectString,
6737
- latestTimeSeriesDataPointFormsOutput: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context),
6613
+ latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
6738
6614
  listing: import_smithy_client._json,
6739
6615
  name: import_smithy_client.expectString,
6740
6616
  owningProjectId: import_smithy_client.expectString,
@@ -6756,8 +6632,8 @@ var de_GetAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) =>
6756
6632
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6757
6633
  const doc = (0, import_smithy_client.take)(data, {
6758
6634
  assetId: import_smithy_client.expectString,
6759
- configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
6760
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6635
+ configuration: /* @__PURE__ */ __name((_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context), "configuration"),
6636
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6761
6637
  description: import_smithy_client.expectString,
6762
6638
  domainId: import_smithy_client.expectString,
6763
6639
  effectiveColumnNames: import_smithy_client._json,
@@ -6779,7 +6655,7 @@ var de_GetAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
6779
6655
  });
6780
6656
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6781
6657
  const doc = (0, import_smithy_client.take)(data, {
6782
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6658
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6783
6659
  createdBy: import_smithy_client.expectString,
6784
6660
  description: import_smithy_client.expectString,
6785
6661
  domainId: import_smithy_client.expectString,
@@ -6789,7 +6665,7 @@ var de_GetAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
6789
6665
  originProjectId: import_smithy_client.expectString,
6790
6666
  owningProjectId: import_smithy_client.expectString,
6791
6667
  revision: import_smithy_client.expectString,
6792
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6668
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
6793
6669
  updatedBy: import_smithy_client.expectString
6794
6670
  });
6795
6671
  Object.assign(contents, doc);
@@ -6804,7 +6680,7 @@ var de_GetConnectionCommand = /* @__PURE__ */ __name(async (output, context) =>
6804
6680
  });
6805
6681
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6806
6682
  const doc = (0, import_smithy_client.take)(data, {
6807
- connectionCredentials: (_) => de_ConnectionCredentials(_, context),
6683
+ connectionCredentials: /* @__PURE__ */ __name((_) => de_ConnectionCredentials(_, context), "connectionCredentials"),
6808
6684
  connectionId: import_smithy_client.expectString,
6809
6685
  description: import_smithy_client.expectString,
6810
6686
  domainId: import_smithy_client.expectString,
@@ -6812,9 +6688,9 @@ var de_GetConnectionCommand = /* @__PURE__ */ __name(async (output, context) =>
6812
6688
  environmentId: import_smithy_client.expectString,
6813
6689
  environmentUserRole: import_smithy_client.expectString,
6814
6690
  name: import_smithy_client.expectString,
6815
- physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
6691
+ physicalEndpoints: /* @__PURE__ */ __name((_) => de_PhysicalEndpoints(_, context), "physicalEndpoints"),
6816
6692
  projectId: import_smithy_client.expectString,
6817
- props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
6693
+ props: /* @__PURE__ */ __name((_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context), "props"),
6818
6694
  type: import_smithy_client.expectString
6819
6695
  });
6820
6696
  Object.assign(contents, doc);
@@ -6829,11 +6705,11 @@ var de_GetDataProductCommand = /* @__PURE__ */ __name(async (output, context) =>
6829
6705
  });
6830
6706
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6831
6707
  const doc = (0, import_smithy_client.take)(data, {
6832
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6708
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6833
6709
  createdBy: import_smithy_client.expectString,
6834
6710
  description: import_smithy_client.expectString,
6835
6711
  domainId: import_smithy_client.expectString,
6836
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6712
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
6837
6713
  firstRevisionCreatedBy: import_smithy_client.expectString,
6838
6714
  formsOutput: import_smithy_client._json,
6839
6715
  glossaryTerms: import_smithy_client._json,
@@ -6857,9 +6733,9 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
6857
6733
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6858
6734
  const doc = (0, import_smithy_client.take)(data, {
6859
6735
  assetFormsOutput: import_smithy_client._json,
6860
- configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6736
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
6861
6737
  connectionId: import_smithy_client.expectString,
6862
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6738
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6863
6739
  description: import_smithy_client.expectString,
6864
6740
  domainId: import_smithy_client.expectString,
6865
6741
  enableSetting: import_smithy_client.expectString,
@@ -6867,7 +6743,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
6867
6743
  errorMessage: import_smithy_client._json,
6868
6744
  id: import_smithy_client.expectString,
6869
6745
  lastRunAssetCount: import_smithy_client.expectInt32,
6870
- lastRunAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6746
+ lastRunAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastRunAt"),
6871
6747
  lastRunErrorMessage: import_smithy_client._json,
6872
6748
  lastRunStatus: import_smithy_client.expectString,
6873
6749
  name: import_smithy_client.expectString,
@@ -6875,10 +6751,10 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
6875
6751
  publishOnImport: import_smithy_client.expectBoolean,
6876
6752
  recommendation: import_smithy_client._json,
6877
6753
  schedule: import_smithy_client._json,
6878
- selfGrantStatus: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6754
+ selfGrantStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "selfGrantStatus"),
6879
6755
  status: import_smithy_client.expectString,
6880
6756
  type: import_smithy_client.expectString,
6881
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
6757
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
6882
6758
  });
6883
6759
  Object.assign(contents, doc);
6884
6760
  return contents;
@@ -6892,7 +6768,7 @@ var de_GetDataSourceRunCommand = /* @__PURE__ */ __name(async (output, context)
6892
6768
  });
6893
6769
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6894
6770
  const doc = (0, import_smithy_client.take)(data, {
6895
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6771
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6896
6772
  dataSourceConfigurationSnapshot: import_smithy_client.expectString,
6897
6773
  dataSourceId: import_smithy_client.expectString,
6898
6774
  domainId: import_smithy_client.expectString,
@@ -6901,11 +6777,11 @@ var de_GetDataSourceRunCommand = /* @__PURE__ */ __name(async (output, context)
6901
6777
  lineageSummary: import_smithy_client._json,
6902
6778
  projectId: import_smithy_client.expectString,
6903
6779
  runStatisticsForAssets: import_smithy_client._json,
6904
- startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6780
+ startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startedAt"),
6905
6781
  status: import_smithy_client.expectString,
6906
- stoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6782
+ stoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stoppedAt"),
6907
6783
  type: import_smithy_client.expectString,
6908
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
6784
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
6909
6785
  });
6910
6786
  Object.assign(contents, doc);
6911
6787
  return contents;
@@ -6920,13 +6796,13 @@ var de_GetDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
6920
6796
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6921
6797
  const doc = (0, import_smithy_client.take)(data, {
6922
6798
  arn: import_smithy_client.expectString,
6923
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6799
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6924
6800
  description: import_smithy_client.expectString,
6925
6801
  domainExecutionRole: import_smithy_client.expectString,
6926
6802
  domainVersion: import_smithy_client.expectString,
6927
6803
  id: import_smithy_client.expectString,
6928
6804
  kmsKeyIdentifier: import_smithy_client.expectString,
6929
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6805
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
6930
6806
  name: import_smithy_client.expectString,
6931
6807
  portalUrl: import_smithy_client.expectString,
6932
6808
  rootDomainUnitId: import_smithy_client.expectString,
@@ -6947,12 +6823,12 @@ var de_GetDomainUnitCommand = /* @__PURE__ */ __name(async (output, context) =>
6947
6823
  });
6948
6824
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6949
6825
  const doc = (0, import_smithy_client.take)(data, {
6950
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6826
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
6951
6827
  createdBy: import_smithy_client.expectString,
6952
6828
  description: import_smithy_client.expectString,
6953
6829
  domainId: import_smithy_client.expectString,
6954
6830
  id: import_smithy_client.expectString,
6955
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6831
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
6956
6832
  lastUpdatedBy: import_smithy_client.expectString,
6957
6833
  name: import_smithy_client.expectString,
6958
6834
  owners: import_smithy_client._json,
@@ -6972,13 +6848,14 @@ var de_GetEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) =>
6972
6848
  const doc = (0, import_smithy_client.take)(data, {
6973
6849
  awsAccountId: import_smithy_client.expectString,
6974
6850
  awsAccountRegion: import_smithy_client.expectString,
6975
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6851
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6976
6852
  createdBy: import_smithy_client.expectString,
6977
6853
  deploymentProperties: import_smithy_client._json,
6978
6854
  description: import_smithy_client.expectString,
6979
6855
  domainId: import_smithy_client.expectString,
6980
6856
  environmentActions: import_smithy_client._json,
6981
6857
  environmentBlueprintId: import_smithy_client.expectString,
6858
+ environmentConfigurationId: import_smithy_client.expectString,
6982
6859
  environmentProfileId: import_smithy_client.expectString,
6983
6860
  glossaryTerms: import_smithy_client._json,
6984
6861
  id: import_smithy_client.expectString,
@@ -6987,9 +6864,9 @@ var de_GetEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) =>
6987
6864
  projectId: import_smithy_client.expectString,
6988
6865
  provider: import_smithy_client.expectString,
6989
6866
  provisionedResources: import_smithy_client._json,
6990
- provisioningProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6867
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
6991
6868
  status: import_smithy_client.expectString,
6992
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6869
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
6993
6870
  userParameters: import_smithy_client._json
6994
6871
  });
6995
6872
  Object.assign(contents, doc);
@@ -7009,7 +6886,7 @@ var de_GetEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, conte
7009
6886
  environmentId: import_smithy_client.expectString,
7010
6887
  id: import_smithy_client.expectString,
7011
6888
  name: import_smithy_client.expectString,
7012
- parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
6889
+ parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "parameters")
7013
6890
  });
7014
6891
  Object.assign(contents, doc);
7015
6892
  return contents;
@@ -7023,15 +6900,15 @@ var de_GetEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (output, co
7023
6900
  });
7024
6901
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7025
6902
  const doc = (0, import_smithy_client.take)(data, {
7026
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6903
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
7027
6904
  deploymentProperties: import_smithy_client._json,
7028
6905
  description: import_smithy_client.expectString,
7029
6906
  glossaryTerms: import_smithy_client._json,
7030
6907
  id: import_smithy_client.expectString,
7031
6908
  name: import_smithy_client.expectString,
7032
6909
  provider: import_smithy_client.expectString,
7033
- provisioningProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7034
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6910
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
6911
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
7035
6912
  userParameters: import_smithy_client._json
7036
6913
  });
7037
6914
  Object.assign(contents, doc);
@@ -7046,7 +6923,7 @@ var de_GetEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
7046
6923
  });
7047
6924
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7048
6925
  const doc = (0, import_smithy_client.take)(data, {
7049
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6926
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
7050
6927
  domainId: import_smithy_client.expectString,
7051
6928
  enabledRegions: import_smithy_client._json,
7052
6929
  environmentBlueprintId: import_smithy_client.expectString,
@@ -7055,7 +6932,7 @@ var de_GetEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
7055
6932
  provisioningConfigurations: import_smithy_client._json,
7056
6933
  provisioningRoleArn: import_smithy_client.expectString,
7057
6934
  regionalParameters: import_smithy_client._json,
7058
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
6935
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
7059
6936
  });
7060
6937
  Object.assign(contents, doc);
7061
6938
  return contents;
@@ -7070,7 +6947,7 @@ var de_GetEnvironmentCredentialsCommand = /* @__PURE__ */ __name(async (output,
7070
6947
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7071
6948
  const doc = (0, import_smithy_client.take)(data, {
7072
6949
  accessKeyId: import_smithy_client.expectString,
7073
- expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6950
+ expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "expiration"),
7074
6951
  secretAccessKey: import_smithy_client.expectString,
7075
6952
  sessionToken: import_smithy_client.expectString
7076
6953
  });
@@ -7088,7 +6965,7 @@ var de_GetEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, cont
7088
6965
  const doc = (0, import_smithy_client.take)(data, {
7089
6966
  awsAccountId: import_smithy_client.expectString,
7090
6967
  awsAccountRegion: import_smithy_client.expectString,
7091
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6968
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
7092
6969
  createdBy: import_smithy_client.expectString,
7093
6970
  description: import_smithy_client.expectString,
7094
6971
  domainId: import_smithy_client.expectString,
@@ -7096,7 +6973,7 @@ var de_GetEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, cont
7096
6973
  id: import_smithy_client.expectString,
7097
6974
  name: import_smithy_client.expectString,
7098
6975
  projectId: import_smithy_client.expectString,
7099
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
6976
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
7100
6977
  userParameters: import_smithy_client._json
7101
6978
  });
7102
6979
  Object.assign(contents, doc);
@@ -7111,12 +6988,12 @@ var de_GetFormTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
7111
6988
  });
7112
6989
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7113
6990
  const doc = (0, import_smithy_client.take)(data, {
7114
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6991
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7115
6992
  createdBy: import_smithy_client.expectString,
7116
6993
  description: import_smithy_client.expectString,
7117
6994
  domainId: import_smithy_client.expectString,
7118
6995
  imports: import_smithy_client._json,
7119
- model: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
6996
+ model: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "model"),
7120
6997
  name: import_smithy_client.expectString,
7121
6998
  originDomainId: import_smithy_client.expectString,
7122
6999
  originProjectId: import_smithy_client.expectString,
@@ -7136,7 +7013,7 @@ var de_GetGlossaryCommand = /* @__PURE__ */ __name(async (output, context) => {
7136
7013
  });
7137
7014
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7138
7015
  const doc = (0, import_smithy_client.take)(data, {
7139
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7016
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7140
7017
  createdBy: import_smithy_client.expectString,
7141
7018
  description: import_smithy_client.expectString,
7142
7019
  domainId: import_smithy_client.expectString,
@@ -7144,7 +7021,7 @@ var de_GetGlossaryCommand = /* @__PURE__ */ __name(async (output, context) => {
7144
7021
  name: import_smithy_client.expectString,
7145
7022
  owningProjectId: import_smithy_client.expectString,
7146
7023
  status: import_smithy_client.expectString,
7147
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7024
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7148
7025
  updatedBy: import_smithy_client.expectString
7149
7026
  });
7150
7027
  Object.assign(contents, doc);
@@ -7159,7 +7036,7 @@ var de_GetGlossaryTermCommand = /* @__PURE__ */ __name(async (output, context) =
7159
7036
  });
7160
7037
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7161
7038
  const doc = (0, import_smithy_client.take)(data, {
7162
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7039
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7163
7040
  createdBy: import_smithy_client.expectString,
7164
7041
  domainId: import_smithy_client.expectString,
7165
7042
  glossaryId: import_smithy_client.expectString,
@@ -7169,7 +7046,7 @@ var de_GetGlossaryTermCommand = /* @__PURE__ */ __name(async (output, context) =
7169
7046
  shortDescription: import_smithy_client.expectString,
7170
7047
  status: import_smithy_client.expectString,
7171
7048
  termRelations: import_smithy_client._json,
7172
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7049
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7173
7050
  updatedBy: import_smithy_client.expectString
7174
7051
  });
7175
7052
  Object.assign(contents, doc);
@@ -7216,17 +7093,17 @@ var de_GetJobRunCommand = /* @__PURE__ */ __name(async (output, context) => {
7216
7093
  });
7217
7094
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7218
7095
  const doc = (0, import_smithy_client.take)(data, {
7219
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7096
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7220
7097
  createdBy: import_smithy_client.expectString,
7221
- details: (_) => de_JobRunDetails((0, import_core2.awsExpectUnion)(_), context),
7098
+ details: /* @__PURE__ */ __name((_) => de_JobRunDetails((0, import_core2.awsExpectUnion)(_), context), "details"),
7222
7099
  domainId: import_smithy_client.expectString,
7223
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7100
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
7224
7101
  error: import_smithy_client._json,
7225
7102
  id: import_smithy_client.expectString,
7226
7103
  jobId: import_smithy_client.expectString,
7227
7104
  jobType: import_smithy_client.expectString,
7228
7105
  runMode: import_smithy_client.expectString,
7229
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7106
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
7230
7107
  status: import_smithy_client.expectString
7231
7108
  });
7232
7109
  Object.assign(contents, doc);
@@ -7258,21 +7135,21 @@ var de_GetLineageNodeCommand = /* @__PURE__ */ __name(async (output, context) =>
7258
7135
  });
7259
7136
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7260
7137
  const doc = (0, import_smithy_client.take)(data, {
7261
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7138
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7262
7139
  createdBy: import_smithy_client.expectString,
7263
7140
  description: import_smithy_client.expectString,
7264
7141
  domainId: import_smithy_client.expectString,
7265
- downstreamNodes: (_) => de_LineageNodeReferenceList(_, context),
7266
- eventTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7142
+ downstreamNodes: /* @__PURE__ */ __name((_) => de_LineageNodeReferenceList(_, context), "downstreamNodes"),
7143
+ eventTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventTimestamp"),
7267
7144
  formsOutput: import_smithy_client._json,
7268
7145
  id: import_smithy_client.expectString,
7269
7146
  name: import_smithy_client.expectString,
7270
7147
  sourceIdentifier: import_smithy_client.expectString,
7271
7148
  typeName: import_smithy_client.expectString,
7272
7149
  typeRevision: import_smithy_client.expectString,
7273
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7150
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7274
7151
  updatedBy: import_smithy_client.expectString,
7275
- upstreamNodes: (_) => de_LineageNodeReferenceList(_, context)
7152
+ upstreamNodes: /* @__PURE__ */ __name((_) => de_LineageNodeReferenceList(_, context), "upstreamNodes")
7276
7153
  });
7277
7154
  Object.assign(contents, doc);
7278
7155
  return contents;
@@ -7286,16 +7163,16 @@ var de_GetListingCommand = /* @__PURE__ */ __name(async (output, context) => {
7286
7163
  });
7287
7164
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7288
7165
  const doc = (0, import_smithy_client.take)(data, {
7289
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7166
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7290
7167
  createdBy: import_smithy_client.expectString,
7291
7168
  description: import_smithy_client.expectString,
7292
7169
  domainId: import_smithy_client.expectString,
7293
7170
  id: import_smithy_client.expectString,
7294
- item: (_) => de_ListingItem((0, import_core2.awsExpectUnion)(_), context),
7171
+ item: /* @__PURE__ */ __name((_) => de_ListingItem((0, import_core2.awsExpectUnion)(_), context), "item"),
7295
7172
  listingRevision: import_smithy_client.expectString,
7296
7173
  name: import_smithy_client.expectString,
7297
7174
  status: import_smithy_client.expectString,
7298
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7175
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7299
7176
  updatedBy: import_smithy_client.expectString
7300
7177
  });
7301
7178
  Object.assign(contents, doc);
@@ -7310,7 +7187,7 @@ var de_GetMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (output, c
7310
7187
  });
7311
7188
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7312
7189
  const doc = (0, import_smithy_client.take)(data, {
7313
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7190
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7314
7191
  createdBy: import_smithy_client.expectString,
7315
7192
  domainId: import_smithy_client.expectString,
7316
7193
  id: import_smithy_client.expectString,
@@ -7331,7 +7208,7 @@ var de_GetProjectCommand = /* @__PURE__ */ __name(async (output, context) => {
7331
7208
  });
7332
7209
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7333
7210
  const doc = (0, import_smithy_client.take)(data, {
7334
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
7211
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
7335
7212
  createdBy: import_smithy_client.expectString,
7336
7213
  description: import_smithy_client.expectString,
7337
7214
  domainId: import_smithy_client.expectString,
@@ -7340,7 +7217,7 @@ var de_GetProjectCommand = /* @__PURE__ */ __name(async (output, context) => {
7340
7217
  failureReasons: import_smithy_client._json,
7341
7218
  glossaryTerms: import_smithy_client._json,
7342
7219
  id: import_smithy_client.expectString,
7343
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
7220
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
7344
7221
  name: import_smithy_client.expectString,
7345
7222
  projectProfileId: import_smithy_client.expectString,
7346
7223
  projectStatus: import_smithy_client.expectString,
@@ -7358,14 +7235,14 @@ var de_GetProjectProfileCommand = /* @__PURE__ */ __name(async (output, context)
7358
7235
  });
7359
7236
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7360
7237
  const doc = (0, import_smithy_client.take)(data, {
7361
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
7238
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
7362
7239
  createdBy: import_smithy_client.expectString,
7363
7240
  description: import_smithy_client.expectString,
7364
7241
  domainId: import_smithy_client.expectString,
7365
7242
  domainUnitId: import_smithy_client.expectString,
7366
7243
  environmentConfigurations: import_smithy_client._json,
7367
7244
  id: import_smithy_client.expectString,
7368
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
7245
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
7369
7246
  name: import_smithy_client.expectString,
7370
7247
  status: import_smithy_client.expectString
7371
7248
  });
@@ -7382,19 +7259,19 @@ var de_GetRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
7382
7259
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7383
7260
  const doc = (0, import_smithy_client.take)(data, {
7384
7261
  action: import_smithy_client.expectString,
7385
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7262
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7386
7263
  createdBy: import_smithy_client.expectString,
7387
7264
  description: import_smithy_client.expectString,
7388
- detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7265
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "detail"),
7389
7266
  identifier: import_smithy_client.expectString,
7390
7267
  lastUpdatedBy: import_smithy_client.expectString,
7391
7268
  name: import_smithy_client.expectString,
7392
7269
  revision: import_smithy_client.expectString,
7393
7270
  ruleType: import_smithy_client.expectString,
7394
7271
  scope: import_smithy_client._json,
7395
- target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7272
+ target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "target"),
7396
7273
  targetType: import_smithy_client.expectString,
7397
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
7274
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
7398
7275
  });
7399
7276
  Object.assign(contents, doc);
7400
7277
  return contents;
@@ -7408,16 +7285,16 @@ var de_GetSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) =
7408
7285
  });
7409
7286
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7410
7287
  const doc = (0, import_smithy_client.take)(data, {
7411
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7288
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7412
7289
  createdBy: import_smithy_client.expectString,
7413
7290
  domainId: import_smithy_client.expectString,
7414
7291
  id: import_smithy_client.expectString,
7415
7292
  retainPermissions: import_smithy_client.expectBoolean,
7416
7293
  status: import_smithy_client.expectString,
7417
7294
  subscribedListing: import_smithy_client._json,
7418
- subscribedPrincipal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7295
+ subscribedPrincipal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "subscribedPrincipal"),
7419
7296
  subscriptionRequestId: import_smithy_client.expectString,
7420
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7297
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7421
7298
  updatedBy: import_smithy_client.expectString
7422
7299
  });
7423
7300
  Object.assign(contents, doc);
@@ -7432,16 +7309,16 @@ var de_GetSubscriptionGrantCommand = /* @__PURE__ */ __name(async (output, conte
7432
7309
  });
7433
7310
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7434
7311
  const doc = (0, import_smithy_client.take)(data, {
7435
- assets: (_) => de_SubscribedAssets(_, context),
7436
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7312
+ assets: /* @__PURE__ */ __name((_) => de_SubscribedAssets(_, context), "assets"),
7313
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7437
7314
  createdBy: import_smithy_client.expectString,
7438
7315
  domainId: import_smithy_client.expectString,
7439
- grantedEntity: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7316
+ grantedEntity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "grantedEntity"),
7440
7317
  id: import_smithy_client.expectString,
7441
7318
  status: import_smithy_client.expectString,
7442
7319
  subscriptionId: import_smithy_client.expectString,
7443
7320
  subscriptionTargetId: import_smithy_client.expectString,
7444
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7321
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7445
7322
  updatedBy: import_smithy_client.expectString
7446
7323
  });
7447
7324
  Object.assign(contents, doc);
@@ -7456,7 +7333,7 @@ var de_GetSubscriptionRequestDetailsCommand = /* @__PURE__ */ __name(async (outp
7456
7333
  });
7457
7334
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7458
7335
  const doc = (0, import_smithy_client.take)(data, {
7459
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7336
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7460
7337
  createdBy: import_smithy_client.expectString,
7461
7338
  decisionComment: import_smithy_client.expectString,
7462
7339
  domainId: import_smithy_client.expectString,
@@ -7468,7 +7345,7 @@ var de_GetSubscriptionRequestDetailsCommand = /* @__PURE__ */ __name(async (outp
7468
7345
  status: import_smithy_client.expectString,
7469
7346
  subscribedListings: import_smithy_client._json,
7470
7347
  subscribedPrincipals: import_smithy_client._json,
7471
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7348
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7472
7349
  updatedBy: import_smithy_client.expectString
7473
7350
  });
7474
7351
  Object.assign(contents, doc);
@@ -7485,7 +7362,7 @@ var de_GetSubscriptionTargetCommand = /* @__PURE__ */ __name(async (output, cont
7485
7362
  const doc = (0, import_smithy_client.take)(data, {
7486
7363
  applicableAssetTypes: import_smithy_client._json,
7487
7364
  authorizedPrincipals: import_smithy_client._json,
7488
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7365
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
7489
7366
  createdBy: import_smithy_client.expectString,
7490
7367
  domainId: import_smithy_client.expectString,
7491
7368
  environmentId: import_smithy_client.expectString,
@@ -7496,7 +7373,7 @@ var de_GetSubscriptionTargetCommand = /* @__PURE__ */ __name(async (output, cont
7496
7373
  provider: import_smithy_client.expectString,
7497
7374
  subscriptionTargetConfig: import_smithy_client._json,
7498
7375
  type: import_smithy_client.expectString,
7499
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7376
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
7500
7377
  updatedBy: import_smithy_client.expectString
7501
7378
  });
7502
7379
  Object.assign(contents, doc);
@@ -7514,7 +7391,7 @@ var de_GetTimeSeriesDataPointCommand = /* @__PURE__ */ __name(async (output, con
7514
7391
  domainId: import_smithy_client.expectString,
7515
7392
  entityId: import_smithy_client.expectString,
7516
7393
  entityType: import_smithy_client.expectString,
7517
- form: (_) => de_TimeSeriesDataPointFormOutput(_, context),
7394
+ form: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointFormOutput(_, context), "form"),
7518
7395
  formName: import_smithy_client.expectString
7519
7396
  });
7520
7397
  Object.assign(contents, doc);
@@ -7529,7 +7406,7 @@ var de_GetUserProfileCommand = /* @__PURE__ */ __name(async (output, context) =>
7529
7406
  });
7530
7407
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7531
7408
  const doc = (0, import_smithy_client.take)(data, {
7532
- details: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
7409
+ details: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "details"),
7533
7410
  domainId: import_smithy_client.expectString,
7534
7411
  id: import_smithy_client.expectString,
7535
7412
  status: import_smithy_client.expectString,
@@ -7547,7 +7424,7 @@ var de_ListAssetFiltersCommand = /* @__PURE__ */ __name(async (output, context)
7547
7424
  });
7548
7425
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7549
7426
  const doc = (0, import_smithy_client.take)(data, {
7550
- items: (_) => de_AssetFilters(_, context),
7427
+ items: /* @__PURE__ */ __name((_) => de_AssetFilters(_, context), "items"),
7551
7428
  nextToken: import_smithy_client.expectString
7552
7429
  });
7553
7430
  Object.assign(contents, doc);
@@ -7562,7 +7439,7 @@ var de_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (output, context
7562
7439
  });
7563
7440
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7564
7441
  const doc = (0, import_smithy_client.take)(data, {
7565
- items: (_) => de_AssetRevisions(_, context),
7442
+ items: /* @__PURE__ */ __name((_) => de_AssetRevisions(_, context), "items"),
7566
7443
  nextToken: import_smithy_client.expectString
7567
7444
  });
7568
7445
  Object.assign(contents, doc);
@@ -7577,7 +7454,7 @@ var de_ListConnectionsCommand = /* @__PURE__ */ __name(async (output, context) =
7577
7454
  });
7578
7455
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7579
7456
  const doc = (0, import_smithy_client.take)(data, {
7580
- items: (_) => de_ConnectionSummaries(_, context),
7457
+ items: /* @__PURE__ */ __name((_) => de_ConnectionSummaries(_, context), "items"),
7581
7458
  nextToken: import_smithy_client.expectString
7582
7459
  });
7583
7460
  Object.assign(contents, doc);
@@ -7592,7 +7469,7 @@ var de_ListDataProductRevisionsCommand = /* @__PURE__ */ __name(async (output, c
7592
7469
  });
7593
7470
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7594
7471
  const doc = (0, import_smithy_client.take)(data, {
7595
- items: (_) => de_DataProductRevisions(_, context),
7472
+ items: /* @__PURE__ */ __name((_) => de_DataProductRevisions(_, context), "items"),
7596
7473
  nextToken: import_smithy_client.expectString
7597
7474
  });
7598
7475
  Object.assign(contents, doc);
@@ -7607,7 +7484,7 @@ var de_ListDataSourceRunActivitiesCommand = /* @__PURE__ */ __name(async (output
7607
7484
  });
7608
7485
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7609
7486
  const doc = (0, import_smithy_client.take)(data, {
7610
- items: (_) => de_DataSourceRunActivities(_, context),
7487
+ items: /* @__PURE__ */ __name((_) => de_DataSourceRunActivities(_, context), "items"),
7611
7488
  nextToken: import_smithy_client.expectString
7612
7489
  });
7613
7490
  Object.assign(contents, doc);
@@ -7622,7 +7499,7 @@ var de_ListDataSourceRunsCommand = /* @__PURE__ */ __name(async (output, context
7622
7499
  });
7623
7500
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7624
7501
  const doc = (0, import_smithy_client.take)(data, {
7625
- items: (_) => de_DataSourceRunSummaries(_, context),
7502
+ items: /* @__PURE__ */ __name((_) => de_DataSourceRunSummaries(_, context), "items"),
7626
7503
  nextToken: import_smithy_client.expectString
7627
7504
  });
7628
7505
  Object.assign(contents, doc);
@@ -7637,7 +7514,7 @@ var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) =
7637
7514
  });
7638
7515
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7639
7516
  const doc = (0, import_smithy_client.take)(data, {
7640
- items: (_) => de_DataSourceSummaries(_, context),
7517
+ items: /* @__PURE__ */ __name((_) => de_DataSourceSummaries(_, context), "items"),
7641
7518
  nextToken: import_smithy_client.expectString
7642
7519
  });
7643
7520
  Object.assign(contents, doc);
@@ -7652,7 +7529,7 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
7652
7529
  });
7653
7530
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7654
7531
  const doc = (0, import_smithy_client.take)(data, {
7655
- items: (_) => de_DomainSummaries(_, context),
7532
+ items: /* @__PURE__ */ __name((_) => de_DomainSummaries(_, context), "items"),
7656
7533
  nextToken: import_smithy_client.expectString
7657
7534
  });
7658
7535
  Object.assign(contents, doc);
@@ -7712,7 +7589,7 @@ var de_ListEnvironmentBlueprintConfigurationsCommand = /* @__PURE__ */ __name(as
7712
7589
  });
7713
7590
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7714
7591
  const doc = (0, import_smithy_client.take)(data, {
7715
- items: (_) => de_EnvironmentBlueprintConfigurations(_, context),
7592
+ items: /* @__PURE__ */ __name((_) => de_EnvironmentBlueprintConfigurations(_, context), "items"),
7716
7593
  nextToken: import_smithy_client.expectString
7717
7594
  });
7718
7595
  Object.assign(contents, doc);
@@ -7727,7 +7604,7 @@ var de_ListEnvironmentBlueprintsCommand = /* @__PURE__ */ __name(async (output,
7727
7604
  });
7728
7605
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7729
7606
  const doc = (0, import_smithy_client.take)(data, {
7730
- items: (_) => de_EnvironmentBlueprintSummaries(_, context),
7607
+ items: /* @__PURE__ */ __name((_) => de_EnvironmentBlueprintSummaries(_, context), "items"),
7731
7608
  nextToken: import_smithy_client.expectString
7732
7609
  });
7733
7610
  Object.assign(contents, doc);
@@ -7742,7 +7619,7 @@ var de_ListEnvironmentProfilesCommand = /* @__PURE__ */ __name(async (output, co
7742
7619
  });
7743
7620
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7744
7621
  const doc = (0, import_smithy_client.take)(data, {
7745
- items: (_) => de_EnvironmentProfileSummaries(_, context),
7622
+ items: /* @__PURE__ */ __name((_) => de_EnvironmentProfileSummaries(_, context), "items"),
7746
7623
  nextToken: import_smithy_client.expectString
7747
7624
  });
7748
7625
  Object.assign(contents, doc);
@@ -7757,7 +7634,7 @@ var de_ListEnvironmentsCommand = /* @__PURE__ */ __name(async (output, context)
7757
7634
  });
7758
7635
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7759
7636
  const doc = (0, import_smithy_client.take)(data, {
7760
- items: (_) => de_EnvironmentSummaries(_, context),
7637
+ items: /* @__PURE__ */ __name((_) => de_EnvironmentSummaries(_, context), "items"),
7761
7638
  nextToken: import_smithy_client.expectString
7762
7639
  });
7763
7640
  Object.assign(contents, doc);
@@ -7772,7 +7649,7 @@ var de_ListJobRunsCommand = /* @__PURE__ */ __name(async (output, context) => {
7772
7649
  });
7773
7650
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7774
7651
  const doc = (0, import_smithy_client.take)(data, {
7775
- items: (_) => de_JobRunSummaries(_, context),
7652
+ items: /* @__PURE__ */ __name((_) => de_JobRunSummaries(_, context), "items"),
7776
7653
  nextToken: import_smithy_client.expectString
7777
7654
  });
7778
7655
  Object.assign(contents, doc);
@@ -7787,7 +7664,7 @@ var de_ListLineageEventsCommand = /* @__PURE__ */ __name(async (output, context)
7787
7664
  });
7788
7665
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7789
7666
  const doc = (0, import_smithy_client.take)(data, {
7790
- items: (_) => de_LineageEventSummaries(_, context),
7667
+ items: /* @__PURE__ */ __name((_) => de_LineageEventSummaries(_, context), "items"),
7791
7668
  nextToken: import_smithy_client.expectString
7792
7669
  });
7793
7670
  Object.assign(contents, doc);
@@ -7803,7 +7680,7 @@ var de_ListLineageNodeHistoryCommand = /* @__PURE__ */ __name(async (output, con
7803
7680
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7804
7681
  const doc = (0, import_smithy_client.take)(data, {
7805
7682
  nextToken: import_smithy_client.expectString,
7806
- nodes: (_) => de_LineageNodeSummaries(_, context)
7683
+ nodes: /* @__PURE__ */ __name((_) => de_LineageNodeSummaries(_, context), "nodes")
7807
7684
  });
7808
7685
  Object.assign(contents, doc);
7809
7686
  return contents;
@@ -7817,7 +7694,7 @@ var de_ListMetadataGenerationRunsCommand = /* @__PURE__ */ __name(async (output,
7817
7694
  });
7818
7695
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7819
7696
  const doc = (0, import_smithy_client.take)(data, {
7820
- items: (_) => de_MetadataGenerationRuns(_, context),
7697
+ items: /* @__PURE__ */ __name((_) => de_MetadataGenerationRuns(_, context), "items"),
7821
7698
  nextToken: import_smithy_client.expectString
7822
7699
  });
7823
7700
  Object.assign(contents, doc);
@@ -7833,7 +7710,7 @@ var de_ListNotificationsCommand = /* @__PURE__ */ __name(async (output, context)
7833
7710
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7834
7711
  const doc = (0, import_smithy_client.take)(data, {
7835
7712
  nextToken: import_smithy_client.expectString,
7836
- notifications: (_) => de_NotificationsList(_, context)
7713
+ notifications: /* @__PURE__ */ __name((_) => de_NotificationsList(_, context), "notifications")
7837
7714
  });
7838
7715
  Object.assign(contents, doc);
7839
7716
  return contents;
@@ -7847,7 +7724,7 @@ var de_ListPolicyGrantsCommand = /* @__PURE__ */ __name(async (output, context)
7847
7724
  });
7848
7725
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7849
7726
  const doc = (0, import_smithy_client.take)(data, {
7850
- grantList: (_) => de_PolicyGrantList(_, context),
7727
+ grantList: /* @__PURE__ */ __name((_) => de_PolicyGrantList(_, context), "grantList"),
7851
7728
  nextToken: import_smithy_client.expectString
7852
7729
  });
7853
7730
  Object.assign(contents, doc);
@@ -7877,7 +7754,7 @@ var de_ListProjectProfilesCommand = /* @__PURE__ */ __name(async (output, contex
7877
7754
  });
7878
7755
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7879
7756
  const doc = (0, import_smithy_client.take)(data, {
7880
- items: (_) => de_ProjectProfileSummaries(_, context),
7757
+ items: /* @__PURE__ */ __name((_) => de_ProjectProfileSummaries(_, context), "items"),
7881
7758
  nextToken: import_smithy_client.expectString
7882
7759
  });
7883
7760
  Object.assign(contents, doc);
@@ -7892,7 +7769,7 @@ var de_ListProjectsCommand = /* @__PURE__ */ __name(async (output, context) => {
7892
7769
  });
7893
7770
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7894
7771
  const doc = (0, import_smithy_client.take)(data, {
7895
- items: (_) => de_ProjectSummaries(_, context),
7772
+ items: /* @__PURE__ */ __name((_) => de_ProjectSummaries(_, context), "items"),
7896
7773
  nextToken: import_smithy_client.expectString
7897
7774
  });
7898
7775
  Object.assign(contents, doc);
@@ -7907,7 +7784,7 @@ var de_ListRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
7907
7784
  });
7908
7785
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7909
7786
  const doc = (0, import_smithy_client.take)(data, {
7910
- items: (_) => de_RuleSummaries(_, context),
7787
+ items: /* @__PURE__ */ __name((_) => de_RuleSummaries(_, context), "items"),
7911
7788
  nextToken: import_smithy_client.expectString
7912
7789
  });
7913
7790
  Object.assign(contents, doc);
@@ -7922,7 +7799,7 @@ var de_ListSubscriptionGrantsCommand = /* @__PURE__ */ __name(async (output, con
7922
7799
  });
7923
7800
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7924
7801
  const doc = (0, import_smithy_client.take)(data, {
7925
- items: (_) => de_SubscriptionGrants(_, context),
7802
+ items: /* @__PURE__ */ __name((_) => de_SubscriptionGrants(_, context), "items"),
7926
7803
  nextToken: import_smithy_client.expectString
7927
7804
  });
7928
7805
  Object.assign(contents, doc);
@@ -7937,7 +7814,7 @@ var de_ListSubscriptionRequestsCommand = /* @__PURE__ */ __name(async (output, c
7937
7814
  });
7938
7815
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7939
7816
  const doc = (0, import_smithy_client.take)(data, {
7940
- items: (_) => de_SubscriptionRequests(_, context),
7817
+ items: /* @__PURE__ */ __name((_) => de_SubscriptionRequests(_, context), "items"),
7941
7818
  nextToken: import_smithy_client.expectString
7942
7819
  });
7943
7820
  Object.assign(contents, doc);
@@ -7952,7 +7829,7 @@ var de_ListSubscriptionsCommand = /* @__PURE__ */ __name(async (output, context)
7952
7829
  });
7953
7830
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7954
7831
  const doc = (0, import_smithy_client.take)(data, {
7955
- items: (_) => de_Subscriptions(_, context),
7832
+ items: /* @__PURE__ */ __name((_) => de_Subscriptions(_, context), "items"),
7956
7833
  nextToken: import_smithy_client.expectString
7957
7834
  });
7958
7835
  Object.assign(contents, doc);
@@ -7967,7 +7844,7 @@ var de_ListSubscriptionTargetsCommand = /* @__PURE__ */ __name(async (output, co
7967
7844
  });
7968
7845
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7969
7846
  const doc = (0, import_smithy_client.take)(data, {
7970
- items: (_) => de_SubscriptionTargets(_, context),
7847
+ items: /* @__PURE__ */ __name((_) => de_SubscriptionTargets(_, context), "items"),
7971
7848
  nextToken: import_smithy_client.expectString
7972
7849
  });
7973
7850
  Object.assign(contents, doc);
@@ -7996,7 +7873,7 @@ var de_ListTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (output, c
7996
7873
  });
7997
7874
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7998
7875
  const doc = (0, import_smithy_client.take)(data, {
7999
- items: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context),
7876
+ items: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "items"),
8000
7877
  nextToken: import_smithy_client.expectString
8001
7878
  });
8002
7879
  Object.assign(contents, doc);
@@ -8029,7 +7906,7 @@ var de_PostTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (output, c
8029
7906
  domainId: import_smithy_client.expectString,
8030
7907
  entityId: import_smithy_client.expectString,
8031
7908
  entityType: import_smithy_client.expectString,
8032
- forms: (_) => de_TimeSeriesDataPointFormOutputList(_, context)
7909
+ forms: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointFormOutputList(_, context), "forms")
8033
7910
  });
8034
7911
  Object.assign(contents, doc);
8035
7912
  return contents;
@@ -8043,7 +7920,7 @@ var de_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
8043
7920
  });
8044
7921
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8045
7922
  const doc = (0, import_smithy_client.take)(data, {
8046
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
7923
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8047
7924
  domainId: import_smithy_client.expectString,
8048
7925
  enabledRegions: import_smithy_client._json,
8049
7926
  environmentBlueprintId: import_smithy_client.expectString,
@@ -8052,7 +7929,7 @@ var de_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
8052
7929
  provisioningConfigurations: import_smithy_client._json,
8053
7930
  provisioningRoleArn: import_smithy_client.expectString,
8054
7931
  regionalParameters: import_smithy_client._json,
8055
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
7932
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
8056
7933
  });
8057
7934
  Object.assign(contents, doc);
8058
7935
  return contents;
@@ -8082,7 +7959,7 @@ var de_RejectSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
8082
7959
  });
8083
7960
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8084
7961
  const doc = (0, import_smithy_client.take)(data, {
8085
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7962
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8086
7963
  createdBy: import_smithy_client.expectString,
8087
7964
  decisionComment: import_smithy_client.expectString,
8088
7965
  domainId: import_smithy_client.expectString,
@@ -8094,7 +7971,7 @@ var de_RejectSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
8094
7971
  status: import_smithy_client.expectString,
8095
7972
  subscribedListings: import_smithy_client._json,
8096
7973
  subscribedPrincipals: import_smithy_client._json,
8097
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7974
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
8098
7975
  updatedBy: import_smithy_client.expectString
8099
7976
  });
8100
7977
  Object.assign(contents, doc);
@@ -8129,16 +8006,16 @@ var de_RevokeSubscriptionCommand = /* @__PURE__ */ __name(async (output, context
8129
8006
  });
8130
8007
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8131
8008
  const doc = (0, import_smithy_client.take)(data, {
8132
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8009
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8133
8010
  createdBy: import_smithy_client.expectString,
8134
8011
  domainId: import_smithy_client.expectString,
8135
8012
  id: import_smithy_client.expectString,
8136
8013
  retainPermissions: import_smithy_client.expectBoolean,
8137
8014
  status: import_smithy_client.expectString,
8138
8015
  subscribedListing: import_smithy_client._json,
8139
- subscribedPrincipal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8016
+ subscribedPrincipal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "subscribedPrincipal"),
8140
8017
  subscriptionRequestId: import_smithy_client.expectString,
8141
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8018
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
8142
8019
  updatedBy: import_smithy_client.expectString
8143
8020
  });
8144
8021
  Object.assign(contents, doc);
@@ -8153,7 +8030,7 @@ var de_SearchCommand = /* @__PURE__ */ __name(async (output, context) => {
8153
8030
  });
8154
8031
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8155
8032
  const doc = (0, import_smithy_client.take)(data, {
8156
- items: (_) => de_SearchInventoryResultItems(_, context),
8033
+ items: /* @__PURE__ */ __name((_) => de_SearchInventoryResultItems(_, context), "items"),
8157
8034
  nextToken: import_smithy_client.expectString,
8158
8035
  totalMatchCount: import_smithy_client.expectInt32
8159
8036
  });
@@ -8184,7 +8061,7 @@ var de_SearchListingsCommand = /* @__PURE__ */ __name(async (output, context) =>
8184
8061
  });
8185
8062
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8186
8063
  const doc = (0, import_smithy_client.take)(data, {
8187
- items: (_) => de_SearchResultItems(_, context),
8064
+ items: /* @__PURE__ */ __name((_) => de_SearchResultItems(_, context), "items"),
8188
8065
  nextToken: import_smithy_client.expectString,
8189
8066
  totalMatchCount: import_smithy_client.expectInt32
8190
8067
  });
@@ -8200,7 +8077,7 @@ var de_SearchTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
8200
8077
  });
8201
8078
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8202
8079
  const doc = (0, import_smithy_client.take)(data, {
8203
- items: (_) => de_SearchTypesResultItems(_, context),
8080
+ items: /* @__PURE__ */ __name((_) => de_SearchTypesResultItems(_, context), "items"),
8204
8081
  nextToken: import_smithy_client.expectString,
8205
8082
  totalMatchCount: import_smithy_client.expectInt32
8206
8083
  });
@@ -8231,7 +8108,7 @@ var de_StartDataSourceRunCommand = /* @__PURE__ */ __name(async (output, context
8231
8108
  });
8232
8109
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8233
8110
  const doc = (0, import_smithy_client.take)(data, {
8234
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8111
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8235
8112
  dataSourceConfigurationSnapshot: import_smithy_client.expectString,
8236
8113
  dataSourceId: import_smithy_client.expectString,
8237
8114
  domainId: import_smithy_client.expectString,
@@ -8239,11 +8116,11 @@ var de_StartDataSourceRunCommand = /* @__PURE__ */ __name(async (output, context
8239
8116
  id: import_smithy_client.expectString,
8240
8117
  projectId: import_smithy_client.expectString,
8241
8118
  runStatisticsForAssets: import_smithy_client._json,
8242
- startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8119
+ startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startedAt"),
8243
8120
  status: import_smithy_client.expectString,
8244
- stoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8121
+ stoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stoppedAt"),
8245
8122
  type: import_smithy_client.expectString,
8246
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
8123
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
8247
8124
  });
8248
8125
  Object.assign(contents, doc);
8249
8126
  return contents;
@@ -8257,7 +8134,7 @@ var de_StartMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (output,
8257
8134
  });
8258
8135
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8259
8136
  const doc = (0, import_smithy_client.take)(data, {
8260
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8137
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8261
8138
  createdBy: import_smithy_client.expectString,
8262
8139
  domainId: import_smithy_client.expectString,
8263
8140
  id: import_smithy_client.expectString,
@@ -8298,8 +8175,8 @@ var de_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context)
8298
8175
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8299
8176
  const doc = (0, import_smithy_client.take)(data, {
8300
8177
  assetId: import_smithy_client.expectString,
8301
- configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
8302
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8178
+ configuration: /* @__PURE__ */ __name((_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context), "configuration"),
8179
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8303
8180
  description: import_smithy_client.expectString,
8304
8181
  domainId: import_smithy_client.expectString,
8305
8182
  effectiveColumnNames: import_smithy_client._json,
@@ -8327,9 +8204,9 @@ var de_UpdateConnectionCommand = /* @__PURE__ */ __name(async (output, context)
8327
8204
  domainUnitId: import_smithy_client.expectString,
8328
8205
  environmentId: import_smithy_client.expectString,
8329
8206
  name: import_smithy_client.expectString,
8330
- physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
8207
+ physicalEndpoints: /* @__PURE__ */ __name((_) => de_PhysicalEndpoints(_, context), "physicalEndpoints"),
8331
8208
  projectId: import_smithy_client.expectString,
8332
- props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
8209
+ props: /* @__PURE__ */ __name((_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context), "props"),
8333
8210
  type: import_smithy_client.expectString
8334
8211
  });
8335
8212
  Object.assign(contents, doc);
@@ -8345,16 +8222,16 @@ var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
8345
8222
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8346
8223
  const doc = (0, import_smithy_client.take)(data, {
8347
8224
  assetFormsOutput: import_smithy_client._json,
8348
- configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8225
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
8349
8226
  connectionId: import_smithy_client.expectString,
8350
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8227
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8351
8228
  description: import_smithy_client.expectString,
8352
8229
  domainId: import_smithy_client.expectString,
8353
8230
  enableSetting: import_smithy_client.expectString,
8354
8231
  environmentId: import_smithy_client.expectString,
8355
8232
  errorMessage: import_smithy_client._json,
8356
8233
  id: import_smithy_client.expectString,
8357
- lastRunAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8234
+ lastRunAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastRunAt"),
8358
8235
  lastRunErrorMessage: import_smithy_client._json,
8359
8236
  lastRunStatus: import_smithy_client.expectString,
8360
8237
  name: import_smithy_client.expectString,
@@ -8363,10 +8240,10 @@ var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
8363
8240
  recommendation: import_smithy_client._json,
8364
8241
  retainPermissionsOnRevokeFailure: import_smithy_client.expectBoolean,
8365
8242
  schedule: import_smithy_client._json,
8366
- selfGrantStatus: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8243
+ selfGrantStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "selfGrantStatus"),
8367
8244
  status: import_smithy_client.expectString,
8368
8245
  type: import_smithy_client.expectString,
8369
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
8246
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
8370
8247
  });
8371
8248
  Object.assign(contents, doc);
8372
8249
  return contents;
@@ -8383,7 +8260,7 @@ var de_UpdateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
8383
8260
  description: import_smithy_client.expectString,
8384
8261
  domainExecutionRole: import_smithy_client.expectString,
8385
8262
  id: import_smithy_client.expectString,
8386
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8263
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
8387
8264
  name: import_smithy_client.expectString,
8388
8265
  rootDomainUnitId: import_smithy_client.expectString,
8389
8266
  serviceRole: import_smithy_client.expectString,
@@ -8401,12 +8278,12 @@ var de_UpdateDomainUnitCommand = /* @__PURE__ */ __name(async (output, context)
8401
8278
  });
8402
8279
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8403
8280
  const doc = (0, import_smithy_client.take)(data, {
8404
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8281
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8405
8282
  createdBy: import_smithy_client.expectString,
8406
8283
  description: import_smithy_client.expectString,
8407
8284
  domainId: import_smithy_client.expectString,
8408
8285
  id: import_smithy_client.expectString,
8409
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8286
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
8410
8287
  lastUpdatedBy: import_smithy_client.expectString,
8411
8288
  name: import_smithy_client.expectString,
8412
8289
  owners: import_smithy_client._json,
@@ -8426,13 +8303,14 @@ var de_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
8426
8303
  const doc = (0, import_smithy_client.take)(data, {
8427
8304
  awsAccountId: import_smithy_client.expectString,
8428
8305
  awsAccountRegion: import_smithy_client.expectString,
8429
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8306
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8430
8307
  createdBy: import_smithy_client.expectString,
8431
8308
  deploymentProperties: import_smithy_client._json,
8432
8309
  description: import_smithy_client.expectString,
8433
8310
  domainId: import_smithy_client.expectString,
8434
8311
  environmentActions: import_smithy_client._json,
8435
8312
  environmentBlueprintId: import_smithy_client.expectString,
8313
+ environmentConfigurationId: import_smithy_client.expectString,
8436
8314
  environmentProfileId: import_smithy_client.expectString,
8437
8315
  glossaryTerms: import_smithy_client._json,
8438
8316
  id: import_smithy_client.expectString,
@@ -8441,9 +8319,9 @@ var de_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
8441
8319
  projectId: import_smithy_client.expectString,
8442
8320
  provider: import_smithy_client.expectString,
8443
8321
  provisionedResources: import_smithy_client._json,
8444
- provisioningProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8322
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
8445
8323
  status: import_smithy_client.expectString,
8446
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8324
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
8447
8325
  userParameters: import_smithy_client._json
8448
8326
  });
8449
8327
  Object.assign(contents, doc);
@@ -8463,7 +8341,7 @@ var de_UpdateEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, co
8463
8341
  environmentId: import_smithy_client.expectString,
8464
8342
  id: import_smithy_client.expectString,
8465
8343
  name: import_smithy_client.expectString,
8466
- parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
8344
+ parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "parameters")
8467
8345
  });
8468
8346
  Object.assign(contents, doc);
8469
8347
  return contents;
@@ -8479,7 +8357,7 @@ var de_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, c
8479
8357
  const doc = (0, import_smithy_client.take)(data, {
8480
8358
  awsAccountId: import_smithy_client.expectString,
8481
8359
  awsAccountRegion: import_smithy_client.expectString,
8482
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8360
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8483
8361
  createdBy: import_smithy_client.expectString,
8484
8362
  description: import_smithy_client.expectString,
8485
8363
  domainId: import_smithy_client.expectString,
@@ -8487,7 +8365,7 @@ var de_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, c
8487
8365
  id: import_smithy_client.expectString,
8488
8366
  name: import_smithy_client.expectString,
8489
8367
  projectId: import_smithy_client.expectString,
8490
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8368
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
8491
8369
  userParameters: import_smithy_client._json
8492
8370
  });
8493
8371
  Object.assign(contents, doc);
@@ -8559,7 +8437,7 @@ var de_UpdateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
8559
8437
  });
8560
8438
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8561
8439
  const doc = (0, import_smithy_client.take)(data, {
8562
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8440
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8563
8441
  createdBy: import_smithy_client.expectString,
8564
8442
  description: import_smithy_client.expectString,
8565
8443
  domainId: import_smithy_client.expectString,
@@ -8568,7 +8446,7 @@ var de_UpdateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
8568
8446
  failureReasons: import_smithy_client._json,
8569
8447
  glossaryTerms: import_smithy_client._json,
8570
8448
  id: import_smithy_client.expectString,
8571
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8449
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
8572
8450
  name: import_smithy_client.expectString,
8573
8451
  projectProfileId: import_smithy_client.expectString,
8574
8452
  projectStatus: import_smithy_client.expectString,
@@ -8586,14 +8464,14 @@ var de_UpdateProjectProfileCommand = /* @__PURE__ */ __name(async (output, conte
8586
8464
  });
8587
8465
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8588
8466
  const doc = (0, import_smithy_client.take)(data, {
8589
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8467
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8590
8468
  createdBy: import_smithy_client.expectString,
8591
8469
  description: import_smithy_client.expectString,
8592
8470
  domainId: import_smithy_client.expectString,
8593
8471
  domainUnitId: import_smithy_client.expectString,
8594
8472
  environmentConfigurations: import_smithy_client._json,
8595
8473
  id: import_smithy_client.expectString,
8596
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8474
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
8597
8475
  name: import_smithy_client.expectString,
8598
8476
  status: import_smithy_client.expectString
8599
8477
  });
@@ -8610,18 +8488,18 @@ var de_UpdateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
8610
8488
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8611
8489
  const doc = (0, import_smithy_client.take)(data, {
8612
8490
  action: import_smithy_client.expectString,
8613
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8491
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8614
8492
  createdBy: import_smithy_client.expectString,
8615
8493
  description: import_smithy_client.expectString,
8616
- detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8494
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "detail"),
8617
8495
  identifier: import_smithy_client.expectString,
8618
8496
  lastUpdatedBy: import_smithy_client.expectString,
8619
8497
  name: import_smithy_client.expectString,
8620
8498
  revision: import_smithy_client.expectString,
8621
8499
  ruleType: import_smithy_client.expectString,
8622
8500
  scope: import_smithy_client._json,
8623
- target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8624
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
8501
+ target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "target"),
8502
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
8625
8503
  });
8626
8504
  Object.assign(contents, doc);
8627
8505
  return contents;
@@ -8635,16 +8513,16 @@ var de_UpdateSubscriptionGrantStatusCommand = /* @__PURE__ */ __name(async (outp
8635
8513
  });
8636
8514
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8637
8515
  const doc = (0, import_smithy_client.take)(data, {
8638
- assets: (_) => de_SubscribedAssets(_, context),
8639
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8516
+ assets: /* @__PURE__ */ __name((_) => de_SubscribedAssets(_, context), "assets"),
8517
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8640
8518
  createdBy: import_smithy_client.expectString,
8641
8519
  domainId: import_smithy_client.expectString,
8642
- grantedEntity: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8520
+ grantedEntity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "grantedEntity"),
8643
8521
  id: import_smithy_client.expectString,
8644
8522
  status: import_smithy_client.expectString,
8645
8523
  subscriptionId: import_smithy_client.expectString,
8646
8524
  subscriptionTargetId: import_smithy_client.expectString,
8647
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8525
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
8648
8526
  updatedBy: import_smithy_client.expectString
8649
8527
  });
8650
8528
  Object.assign(contents, doc);
@@ -8659,7 +8537,7 @@ var de_UpdateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
8659
8537
  });
8660
8538
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8661
8539
  const doc = (0, import_smithy_client.take)(data, {
8662
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8540
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8663
8541
  createdBy: import_smithy_client.expectString,
8664
8542
  decisionComment: import_smithy_client.expectString,
8665
8543
  domainId: import_smithy_client.expectString,
@@ -8671,7 +8549,7 @@ var de_UpdateSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
8671
8549
  status: import_smithy_client.expectString,
8672
8550
  subscribedListings: import_smithy_client._json,
8673
8551
  subscribedPrincipals: import_smithy_client._json,
8674
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8552
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
8675
8553
  updatedBy: import_smithy_client.expectString
8676
8554
  });
8677
8555
  Object.assign(contents, doc);
@@ -8688,7 +8566,7 @@ var de_UpdateSubscriptionTargetCommand = /* @__PURE__ */ __name(async (output, c
8688
8566
  const doc = (0, import_smithy_client.take)(data, {
8689
8567
  applicableAssetTypes: import_smithy_client._json,
8690
8568
  authorizedPrincipals: import_smithy_client._json,
8691
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8569
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8692
8570
  createdBy: import_smithy_client.expectString,
8693
8571
  domainId: import_smithy_client.expectString,
8694
8572
  environmentId: import_smithy_client.expectString,
@@ -8699,7 +8577,7 @@ var de_UpdateSubscriptionTargetCommand = /* @__PURE__ */ __name(async (output, c
8699
8577
  provider: import_smithy_client.expectString,
8700
8578
  subscriptionTargetConfig: import_smithy_client._json,
8701
8579
  type: import_smithy_client.expectString,
8702
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8580
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
8703
8581
  updatedBy: import_smithy_client.expectString
8704
8582
  });
8705
8583
  Object.assign(contents, doc);
@@ -8714,7 +8592,7 @@ var de_UpdateUserProfileCommand = /* @__PURE__ */ __name(async (output, context)
8714
8592
  });
8715
8593
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8716
8594
  const doc = (0, import_smithy_client.take)(data, {
8717
- details: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
8595
+ details: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "details"),
8718
8596
  domainId: import_smithy_client.expectString,
8719
8597
  id: import_smithy_client.expectString,
8720
8598
  status: import_smithy_client.expectString,
@@ -8876,17 +8754,17 @@ var se_AcceptRule = /* @__PURE__ */ __name((input, context) => {
8876
8754
  }, "se_AcceptRule");
8877
8755
  var se_AssetFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
8878
8756
  return AssetFilterConfiguration.visit(input, {
8879
- columnConfiguration: (value) => ({ columnConfiguration: (0, import_smithy_client._json)(value) }),
8880
- rowConfiguration: (value) => ({ rowConfiguration: se_RowFilterConfiguration(value, context) }),
8881
- _: (name, value) => ({ [name]: value })
8757
+ columnConfiguration: /* @__PURE__ */ __name((value) => ({ columnConfiguration: (0, import_smithy_client._json)(value) }), "columnConfiguration"),
8758
+ rowConfiguration: /* @__PURE__ */ __name((value) => ({ rowConfiguration: se_RowFilterConfiguration(value, context) }), "rowConfiguration"),
8759
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
8882
8760
  });
8883
8761
  }, "se_AssetFilterConfiguration");
8884
8762
  var se_FilterClause = /* @__PURE__ */ __name((input, context) => {
8885
8763
  return FilterClause.visit(input, {
8886
- and: (value) => ({ and: se_FilterList(value, context) }),
8887
- filter: (value) => ({ filter: (0, import_smithy_client._json)(value) }),
8888
- or: (value) => ({ or: se_FilterList(value, context) }),
8889
- _: (name, value) => ({ [name]: value })
8764
+ and: /* @__PURE__ */ __name((value) => ({ and: se_FilterList(value, context) }), "and"),
8765
+ filter: /* @__PURE__ */ __name((value) => ({ filter: (0, import_smithy_client._json)(value) }), "filter"),
8766
+ or: /* @__PURE__ */ __name((value) => ({ or: se_FilterList(value, context) }), "or"),
8767
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
8890
8768
  });
8891
8769
  }, "se_FilterClause");
8892
8770
  var se_FilterList = /* @__PURE__ */ __name((input, context) => {
@@ -8902,15 +8780,15 @@ var se_RejectRule = /* @__PURE__ */ __name((input, context) => {
8902
8780
  }, "se_RejectRule");
8903
8781
  var se_RowFilter = /* @__PURE__ */ __name((input, context) => {
8904
8782
  return RowFilter.visit(input, {
8905
- and: (value) => ({ and: se_RowFilterList(value, context) }),
8906
- expression: (value) => ({ expression: (0, import_smithy_client._json)(value) }),
8907
- or: (value) => ({ or: se_RowFilterList(value, context) }),
8908
- _: (name, value) => ({ [name]: value })
8783
+ and: /* @__PURE__ */ __name((value) => ({ and: se_RowFilterList(value, context) }), "and"),
8784
+ expression: /* @__PURE__ */ __name((value) => ({ expression: (0, import_smithy_client._json)(value) }), "expression"),
8785
+ or: /* @__PURE__ */ __name((value) => ({ or: se_RowFilterList(value, context) }), "or"),
8786
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
8909
8787
  });
8910
8788
  }, "se_RowFilter");
8911
8789
  var se_RowFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
8912
8790
  return (0, import_smithy_client.take)(input, {
8913
- rowFilter: (_) => se_RowFilter(_, context),
8791
+ rowFilter: /* @__PURE__ */ __name((_) => se_RowFilter(_, context), "rowFilter"),
8914
8792
  sensitive: []
8915
8793
  });
8916
8794
  }, "se_RowFilterConfiguration");
@@ -8923,7 +8801,7 @@ var se_TimeSeriesDataPointFormInput = /* @__PURE__ */ __name((input, context) =>
8923
8801
  return (0, import_smithy_client.take)(input, {
8924
8802
  content: [],
8925
8803
  formName: [],
8926
- timestamp: (_) => _.getTime() / 1e3,
8804
+ timestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "timestamp"),
8927
8805
  typeIdentifier: [],
8928
8806
  typeRevision: []
8929
8807
  });
@@ -8955,7 +8833,7 @@ var de_AssetFilters = /* @__PURE__ */ __name((output, context) => {
8955
8833
  var de_AssetFilterSummary = /* @__PURE__ */ __name((output, context) => {
8956
8834
  return (0, import_smithy_client.take)(output, {
8957
8835
  assetId: import_smithy_client.expectString,
8958
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8836
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8959
8837
  description: import_smithy_client.expectString,
8960
8838
  domainId: import_smithy_client.expectString,
8961
8839
  effectiveColumnNames: import_smithy_client._json,
@@ -8968,13 +8846,13 @@ var de_AssetFilterSummary = /* @__PURE__ */ __name((output, context) => {
8968
8846
  }, "de_AssetFilterSummary");
8969
8847
  var de_AssetItem = /* @__PURE__ */ __name((output, context) => {
8970
8848
  return (0, import_smithy_client.take)(output, {
8971
- additionalAttributes: (_) => de_AssetItemAdditionalAttributes(_, context),
8972
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8849
+ additionalAttributes: /* @__PURE__ */ __name((_) => de_AssetItemAdditionalAttributes(_, context), "additionalAttributes"),
8850
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
8973
8851
  createdBy: import_smithy_client.expectString,
8974
8852
  description: import_smithy_client.expectString,
8975
8853
  domainId: import_smithy_client.expectString,
8976
8854
  externalIdentifier: import_smithy_client.expectString,
8977
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8855
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
8978
8856
  firstRevisionCreatedBy: import_smithy_client.expectString,
8979
8857
  glossaryTerms: import_smithy_client._json,
8980
8858
  identifier: import_smithy_client.expectString,
@@ -8987,7 +8865,7 @@ var de_AssetItem = /* @__PURE__ */ __name((output, context) => {
8987
8865
  var de_AssetItemAdditionalAttributes = /* @__PURE__ */ __name((output, context) => {
8988
8866
  return (0, import_smithy_client.take)(output, {
8989
8867
  formsOutput: import_smithy_client._json,
8990
- latestTimeSeriesDataPointFormsOutput: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context),
8868
+ latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
8991
8869
  readOnlyFormsOutput: import_smithy_client._json
8992
8870
  });
8993
8871
  }, "de_AssetItemAdditionalAttributes");
@@ -8996,17 +8874,17 @@ var de_AssetListing = /* @__PURE__ */ __name((output, context) => {
8996
8874
  assetId: import_smithy_client.expectString,
8997
8875
  assetRevision: import_smithy_client.expectString,
8998
8876
  assetType: import_smithy_client.expectString,
8999
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8877
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9000
8878
  forms: import_smithy_client.expectString,
9001
8879
  glossaryTerms: import_smithy_client._json,
9002
- latestTimeSeriesDataPointForms: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context),
8880
+ latestTimeSeriesDataPointForms: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointForms"),
9003
8881
  owningProjectId: import_smithy_client.expectString
9004
8882
  });
9005
8883
  }, "de_AssetListing");
9006
8884
  var de_AssetListingItem = /* @__PURE__ */ __name((output, context) => {
9007
8885
  return (0, import_smithy_client.take)(output, {
9008
- additionalAttributes: (_) => de_AssetListingItemAdditionalAttributes(_, context),
9009
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8886
+ additionalAttributes: /* @__PURE__ */ __name((_) => de_AssetListingItemAdditionalAttributes(_, context), "additionalAttributes"),
8887
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9010
8888
  description: import_smithy_client.expectString,
9011
8889
  entityId: import_smithy_client.expectString,
9012
8890
  entityRevision: import_smithy_client.expectString,
@@ -9023,12 +8901,12 @@ var de_AssetListingItem = /* @__PURE__ */ __name((output, context) => {
9023
8901
  var de_AssetListingItemAdditionalAttributes = /* @__PURE__ */ __name((output, context) => {
9024
8902
  return (0, import_smithy_client.take)(output, {
9025
8903
  forms: import_smithy_client.expectString,
9026
- latestTimeSeriesDataPointForms: (_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context)
8904
+ latestTimeSeriesDataPointForms: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointForms")
9027
8905
  });
9028
8906
  }, "de_AssetListingItemAdditionalAttributes");
9029
8907
  var de_AssetRevision = /* @__PURE__ */ __name((output, context) => {
9030
8908
  return (0, import_smithy_client.take)(output, {
9031
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8909
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9032
8910
  createdBy: import_smithy_client.expectString,
9033
8911
  domainId: import_smithy_client.expectString,
9034
8912
  id: import_smithy_client.expectString,
@@ -9043,7 +8921,7 @@ var de_AssetRevisions = /* @__PURE__ */ __name((output, context) => {
9043
8921
  }, "de_AssetRevisions");
9044
8922
  var de_AssetTypeItem = /* @__PURE__ */ __name((output, context) => {
9045
8923
  return (0, import_smithy_client.take)(output, {
9046
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8924
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9047
8925
  createdBy: import_smithy_client.expectString,
9048
8926
  description: import_smithy_client.expectString,
9049
8927
  domainId: import_smithy_client.expectString,
@@ -9053,14 +8931,14 @@ var de_AssetTypeItem = /* @__PURE__ */ __name((output, context) => {
9053
8931
  originProjectId: import_smithy_client.expectString,
9054
8932
  owningProjectId: import_smithy_client.expectString,
9055
8933
  revision: import_smithy_client.expectString,
9056
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8934
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9057
8935
  updatedBy: import_smithy_client.expectString
9058
8936
  });
9059
8937
  }, "de_AssetTypeItem");
9060
8938
  var de_ConnectionCredentials = /* @__PURE__ */ __name((output, context) => {
9061
8939
  return (0, import_smithy_client.take)(output, {
9062
8940
  accessKeyId: import_smithy_client.expectString,
9063
- expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
8941
+ expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "expiration"),
9064
8942
  secretAccessKey: import_smithy_client.expectString,
9065
8943
  sessionToken: import_smithy_client.expectString
9066
8944
  });
@@ -9116,15 +8994,15 @@ var de_ConnectionSummary = /* @__PURE__ */ __name((output, context) => {
9116
8994
  domainUnitId: import_smithy_client.expectString,
9117
8995
  environmentId: import_smithy_client.expectString,
9118
8996
  name: import_smithy_client.expectString,
9119
- physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
8997
+ physicalEndpoints: /* @__PURE__ */ __name((_) => de_PhysicalEndpoints(_, context), "physicalEndpoints"),
9120
8998
  projectId: import_smithy_client.expectString,
9121
- props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
8999
+ props: /* @__PURE__ */ __name((_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context), "props"),
9122
9000
  type: import_smithy_client.expectString
9123
9001
  });
9124
9002
  }, "de_ConnectionSummary");
9125
9003
  var de_DataProductListing = /* @__PURE__ */ __name((output, context) => {
9126
9004
  return (0, import_smithy_client.take)(output, {
9127
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9005
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9128
9006
  dataProductId: import_smithy_client.expectString,
9129
9007
  dataProductRevision: import_smithy_client.expectString,
9130
9008
  forms: import_smithy_client.expectString,
@@ -9136,7 +9014,7 @@ var de_DataProductListing = /* @__PURE__ */ __name((output, context) => {
9136
9014
  var de_DataProductListingItem = /* @__PURE__ */ __name((output, context) => {
9137
9015
  return (0, import_smithy_client.take)(output, {
9138
9016
  additionalAttributes: import_smithy_client._json,
9139
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9017
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9140
9018
  description: import_smithy_client.expectString,
9141
9019
  entityId: import_smithy_client.expectString,
9142
9020
  entityRevision: import_smithy_client.expectString,
@@ -9152,11 +9030,11 @@ var de_DataProductListingItem = /* @__PURE__ */ __name((output, context) => {
9152
9030
  }, "de_DataProductListingItem");
9153
9031
  var de_DataProductResultItem = /* @__PURE__ */ __name((output, context) => {
9154
9032
  return (0, import_smithy_client.take)(output, {
9155
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9033
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9156
9034
  createdBy: import_smithy_client.expectString,
9157
9035
  description: import_smithy_client.expectString,
9158
9036
  domainId: import_smithy_client.expectString,
9159
- firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9037
+ firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
9160
9038
  firstRevisionCreatedBy: import_smithy_client.expectString,
9161
9039
  glossaryTerms: import_smithy_client._json,
9162
9040
  id: import_smithy_client.expectString,
@@ -9166,7 +9044,7 @@ var de_DataProductResultItem = /* @__PURE__ */ __name((output, context) => {
9166
9044
  }, "de_DataProductResultItem");
9167
9045
  var de_DataProductRevision = /* @__PURE__ */ __name((output, context) => {
9168
9046
  return (0, import_smithy_client.take)(output, {
9169
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9047
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9170
9048
  createdBy: import_smithy_client.expectString,
9171
9049
  domainId: import_smithy_client.expectString,
9172
9050
  id: import_smithy_client.expectString,
@@ -9187,7 +9065,7 @@ var de_DataSourceRunActivities = /* @__PURE__ */ __name((output, context) => {
9187
9065
  }, "de_DataSourceRunActivities");
9188
9066
  var de_DataSourceRunActivity = /* @__PURE__ */ __name((output, context) => {
9189
9067
  return (0, import_smithy_client.take)(output, {
9190
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9068
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9191
9069
  dataAssetId: import_smithy_client.expectString,
9192
9070
  dataAssetStatus: import_smithy_client.expectString,
9193
9071
  dataSourceRunId: import_smithy_client.expectString,
@@ -9197,7 +9075,7 @@ var de_DataSourceRunActivity = /* @__PURE__ */ __name((output, context) => {
9197
9075
  projectId: import_smithy_client.expectString,
9198
9076
  technicalDescription: import_smithy_client.expectString,
9199
9077
  technicalName: import_smithy_client.expectString,
9200
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9078
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9201
9079
  });
9202
9080
  }, "de_DataSourceRunActivity");
9203
9081
  var de_DataSourceRunSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -9208,18 +9086,18 @@ var de_DataSourceRunSummaries = /* @__PURE__ */ __name((output, context) => {
9208
9086
  }, "de_DataSourceRunSummaries");
9209
9087
  var de_DataSourceRunSummary = /* @__PURE__ */ __name((output, context) => {
9210
9088
  return (0, import_smithy_client.take)(output, {
9211
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9089
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9212
9090
  dataSourceId: import_smithy_client.expectString,
9213
9091
  errorMessage: import_smithy_client._json,
9214
9092
  id: import_smithy_client.expectString,
9215
9093
  lineageSummary: import_smithy_client._json,
9216
9094
  projectId: import_smithy_client.expectString,
9217
9095
  runStatisticsForAssets: import_smithy_client._json,
9218
- startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9096
+ startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startedAt"),
9219
9097
  status: import_smithy_client.expectString,
9220
- stoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9098
+ stoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stoppedAt"),
9221
9099
  type: import_smithy_client.expectString,
9222
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9100
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9223
9101
  });
9224
9102
  }, "de_DataSourceRunSummary");
9225
9103
  var de_DataSourceSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -9231,21 +9109,21 @@ var de_DataSourceSummaries = /* @__PURE__ */ __name((output, context) => {
9231
9109
  var de_DataSourceSummary = /* @__PURE__ */ __name((output, context) => {
9232
9110
  return (0, import_smithy_client.take)(output, {
9233
9111
  connectionId: import_smithy_client.expectString,
9234
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9112
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9235
9113
  dataSourceId: import_smithy_client.expectString,
9236
9114
  description: import_smithy_client.expectString,
9237
9115
  domainId: import_smithy_client.expectString,
9238
9116
  enableSetting: import_smithy_client.expectString,
9239
9117
  environmentId: import_smithy_client.expectString,
9240
9118
  lastRunAssetCount: import_smithy_client.expectInt32,
9241
- lastRunAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9119
+ lastRunAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastRunAt"),
9242
9120
  lastRunErrorMessage: import_smithy_client._json,
9243
9121
  lastRunStatus: import_smithy_client.expectString,
9244
9122
  name: import_smithy_client.expectString,
9245
9123
  schedule: import_smithy_client._json,
9246
9124
  status: import_smithy_client.expectString,
9247
9125
  type: import_smithy_client.expectString,
9248
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9126
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9249
9127
  });
9250
9128
  }, "de_DataSourceSummary");
9251
9129
  var de_DomainSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -9257,11 +9135,11 @@ var de_DomainSummaries = /* @__PURE__ */ __name((output, context) => {
9257
9135
  var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
9258
9136
  return (0, import_smithy_client.take)(output, {
9259
9137
  arn: import_smithy_client.expectString,
9260
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9138
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9261
9139
  description: import_smithy_client.expectString,
9262
9140
  domainVersion: import_smithy_client.expectString,
9263
9141
  id: import_smithy_client.expectString,
9264
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9142
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
9265
9143
  managedAccountId: import_smithy_client.expectString,
9266
9144
  name: import_smithy_client.expectString,
9267
9145
  portalUrl: import_smithy_client.expectString,
@@ -9270,7 +9148,7 @@ var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
9270
9148
  }, "de_DomainSummary");
9271
9149
  var de_EnvironmentBlueprintConfigurationItem = /* @__PURE__ */ __name((output, context) => {
9272
9150
  return (0, import_smithy_client.take)(output, {
9273
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9151
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9274
9152
  domainId: import_smithy_client.expectString,
9275
9153
  enabledRegions: import_smithy_client._json,
9276
9154
  environmentBlueprintId: import_smithy_client.expectString,
@@ -9279,7 +9157,7 @@ var de_EnvironmentBlueprintConfigurationItem = /* @__PURE__ */ __name((output, c
9279
9157
  provisioningConfigurations: import_smithy_client._json,
9280
9158
  provisioningRoleArn: import_smithy_client.expectString,
9281
9159
  regionalParameters: import_smithy_client._json,
9282
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9160
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9283
9161
  });
9284
9162
  }, "de_EnvironmentBlueprintConfigurationItem");
9285
9163
  var de_EnvironmentBlueprintConfigurations = /* @__PURE__ */ __name((output, context) => {
@@ -9296,13 +9174,13 @@ var de_EnvironmentBlueprintSummaries = /* @__PURE__ */ __name((output, context)
9296
9174
  }, "de_EnvironmentBlueprintSummaries");
9297
9175
  var de_EnvironmentBlueprintSummary = /* @__PURE__ */ __name((output, context) => {
9298
9176
  return (0, import_smithy_client.take)(output, {
9299
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9177
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9300
9178
  description: import_smithy_client.expectString,
9301
9179
  id: import_smithy_client.expectString,
9302
9180
  name: import_smithy_client.expectString,
9303
9181
  provider: import_smithy_client.expectString,
9304
- provisioningProperties: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9305
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9182
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
9183
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9306
9184
  });
9307
9185
  }, "de_EnvironmentBlueprintSummary");
9308
9186
  var de_EnvironmentProfileSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -9315,7 +9193,7 @@ var de_EnvironmentProfileSummary = /* @__PURE__ */ __name((output, context) => {
9315
9193
  return (0, import_smithy_client.take)(output, {
9316
9194
  awsAccountId: import_smithy_client.expectString,
9317
9195
  awsAccountRegion: import_smithy_client.expectString,
9318
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9196
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9319
9197
  createdBy: import_smithy_client.expectString,
9320
9198
  description: import_smithy_client.expectString,
9321
9199
  domainId: import_smithy_client.expectString,
@@ -9323,7 +9201,7 @@ var de_EnvironmentProfileSummary = /* @__PURE__ */ __name((output, context) => {
9323
9201
  id: import_smithy_client.expectString,
9324
9202
  name: import_smithy_client.expectString,
9325
9203
  projectId: import_smithy_client.expectString,
9326
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9204
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9327
9205
  });
9328
9206
  }, "de_EnvironmentProfileSummary");
9329
9207
  var de_EnvironmentSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -9336,27 +9214,28 @@ var de_EnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
9336
9214
  return (0, import_smithy_client.take)(output, {
9337
9215
  awsAccountId: import_smithy_client.expectString,
9338
9216
  awsAccountRegion: import_smithy_client.expectString,
9339
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9217
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9340
9218
  createdBy: import_smithy_client.expectString,
9341
9219
  description: import_smithy_client.expectString,
9342
9220
  domainId: import_smithy_client.expectString,
9221
+ environmentConfigurationId: import_smithy_client.expectString,
9343
9222
  environmentProfileId: import_smithy_client.expectString,
9344
9223
  id: import_smithy_client.expectString,
9345
9224
  name: import_smithy_client.expectString,
9346
9225
  projectId: import_smithy_client.expectString,
9347
9226
  provider: import_smithy_client.expectString,
9348
9227
  status: import_smithy_client.expectString,
9349
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9228
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9350
9229
  });
9351
9230
  }, "de_EnvironmentSummary");
9352
9231
  var de_FormTypeData = /* @__PURE__ */ __name((output, context) => {
9353
9232
  return (0, import_smithy_client.take)(output, {
9354
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9233
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9355
9234
  createdBy: import_smithy_client.expectString,
9356
9235
  description: import_smithy_client.expectString,
9357
9236
  domainId: import_smithy_client.expectString,
9358
9237
  imports: import_smithy_client._json,
9359
- model: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9238
+ model: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "model"),
9360
9239
  name: import_smithy_client.expectString,
9361
9240
  originDomainId: import_smithy_client.expectString,
9362
9241
  originProjectId: import_smithy_client.expectString,
@@ -9367,7 +9246,7 @@ var de_FormTypeData = /* @__PURE__ */ __name((output, context) => {
9367
9246
  }, "de_FormTypeData");
9368
9247
  var de_GlossaryItem = /* @__PURE__ */ __name((output, context) => {
9369
9248
  return (0, import_smithy_client.take)(output, {
9370
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9249
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9371
9250
  createdBy: import_smithy_client.expectString,
9372
9251
  description: import_smithy_client.expectString,
9373
9252
  domainId: import_smithy_client.expectString,
@@ -9375,13 +9254,13 @@ var de_GlossaryItem = /* @__PURE__ */ __name((output, context) => {
9375
9254
  name: import_smithy_client.expectString,
9376
9255
  owningProjectId: import_smithy_client.expectString,
9377
9256
  status: import_smithy_client.expectString,
9378
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9257
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9379
9258
  updatedBy: import_smithy_client.expectString
9380
9259
  });
9381
9260
  }, "de_GlossaryItem");
9382
9261
  var de_GlossaryTermItem = /* @__PURE__ */ __name((output, context) => {
9383
9262
  return (0, import_smithy_client.take)(output, {
9384
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9263
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9385
9264
  createdBy: import_smithy_client.expectString,
9386
9265
  domainId: import_smithy_client.expectString,
9387
9266
  glossaryId: import_smithy_client.expectString,
@@ -9391,7 +9270,7 @@ var de_GlossaryTermItem = /* @__PURE__ */ __name((output, context) => {
9391
9270
  shortDescription: import_smithy_client.expectString,
9392
9271
  status: import_smithy_client.expectString,
9393
9272
  termRelations: import_smithy_client._json,
9394
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9273
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9395
9274
  updatedBy: import_smithy_client.expectString
9396
9275
  });
9397
9276
  }, "de_GlossaryTermItem");
@@ -9403,11 +9282,11 @@ var de_GlueConnection = /* @__PURE__ */ __name((output, context) => {
9403
9282
  connectionProperties: import_smithy_client._json,
9404
9283
  connectionSchemaVersion: import_smithy_client.expectInt32,
9405
9284
  connectionType: import_smithy_client.expectString,
9406
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9285
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
9407
9286
  description: import_smithy_client.expectString,
9408
- lastConnectionValidationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9287
+ lastConnectionValidationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastConnectionValidationTime"),
9409
9288
  lastUpdatedBy: import_smithy_client.expectString,
9410
- lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9289
+ lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
9411
9290
  matchCriteria: import_smithy_client._json,
9412
9291
  name: import_smithy_client.expectString,
9413
9292
  physicalConnectionRequirements: import_smithy_client._json,
@@ -9433,16 +9312,16 @@ var de_JobRunSummaries = /* @__PURE__ */ __name((output, context) => {
9433
9312
  }, "de_JobRunSummaries");
9434
9313
  var de_JobRunSummary = /* @__PURE__ */ __name((output, context) => {
9435
9314
  return (0, import_smithy_client.take)(output, {
9436
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9315
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9437
9316
  createdBy: import_smithy_client.expectString,
9438
9317
  domainId: import_smithy_client.expectString,
9439
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9318
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
9440
9319
  error: import_smithy_client._json,
9441
9320
  jobId: import_smithy_client.expectString,
9442
9321
  jobType: import_smithy_client.expectString,
9443
9322
  runId: import_smithy_client.expectString,
9444
9323
  runMode: import_smithy_client.expectString,
9445
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9324
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
9446
9325
  status: import_smithy_client.expectString
9447
9326
  });
9448
9327
  }, "de_JobRunSummary");
@@ -9454,18 +9333,18 @@ var de_LineageEventSummaries = /* @__PURE__ */ __name((output, context) => {
9454
9333
  }, "de_LineageEventSummaries");
9455
9334
  var de_LineageEventSummary = /* @__PURE__ */ __name((output, context) => {
9456
9335
  return (0, import_smithy_client.take)(output, {
9457
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9336
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9458
9337
  createdBy: import_smithy_client.expectString,
9459
9338
  domainId: import_smithy_client.expectString,
9460
- eventSummary: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9461
- eventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9339
+ eventSummary: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "eventSummary"),
9340
+ eventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventTime"),
9462
9341
  id: import_smithy_client.expectString,
9463
9342
  processingStatus: import_smithy_client.expectString
9464
9343
  });
9465
9344
  }, "de_LineageEventSummary");
9466
9345
  var de_LineageNodeReference = /* @__PURE__ */ __name((output, context) => {
9467
9346
  return (0, import_smithy_client.take)(output, {
9468
- eventTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9347
+ eventTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventTimestamp"),
9469
9348
  id: import_smithy_client.expectString
9470
9349
  });
9471
9350
  }, "de_LineageNodeReference");
@@ -9483,44 +9362,44 @@ var de_LineageNodeSummaries = /* @__PURE__ */ __name((output, context) => {
9483
9362
  }, "de_LineageNodeSummaries");
9484
9363
  var de_LineageNodeSummary = /* @__PURE__ */ __name((output, context) => {
9485
9364
  return (0, import_smithy_client.take)(output, {
9486
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9365
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9487
9366
  createdBy: import_smithy_client.expectString,
9488
9367
  description: import_smithy_client.expectString,
9489
9368
  domainId: import_smithy_client.expectString,
9490
- eventTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9369
+ eventTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventTimestamp"),
9491
9370
  id: import_smithy_client.expectString,
9492
9371
  name: import_smithy_client.expectString,
9493
9372
  sourceIdentifier: import_smithy_client.expectString,
9494
9373
  typeName: import_smithy_client.expectString,
9495
9374
  typeRevision: import_smithy_client.expectString,
9496
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9375
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9497
9376
  updatedBy: import_smithy_client.expectString
9498
9377
  });
9499
9378
  }, "de_LineageNodeSummary");
9500
9379
  var de_LineageNodeTypeItem = /* @__PURE__ */ __name((output, context) => {
9501
9380
  return (0, import_smithy_client.take)(output, {
9502
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9381
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9503
9382
  createdBy: import_smithy_client.expectString,
9504
9383
  description: import_smithy_client.expectString,
9505
9384
  domainId: import_smithy_client.expectString,
9506
9385
  formsOutput: import_smithy_client._json,
9507
9386
  name: import_smithy_client.expectString,
9508
9387
  revision: import_smithy_client.expectString,
9509
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9388
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9510
9389
  updatedBy: import_smithy_client.expectString
9511
9390
  });
9512
9391
  }, "de_LineageNodeTypeItem");
9513
9392
  var de_LineageRunDetails = /* @__PURE__ */ __name((output, context) => {
9514
9393
  return (0, import_smithy_client.take)(output, {
9515
- sqlQueryRunDetails: (_) => de_LineageSqlQueryRunDetails(_, context)
9394
+ sqlQueryRunDetails: /* @__PURE__ */ __name((_) => de_LineageSqlQueryRunDetails(_, context), "sqlQueryRunDetails")
9516
9395
  });
9517
9396
  }, "de_LineageRunDetails");
9518
9397
  var de_LineageSqlQueryRunDetails = /* @__PURE__ */ __name((output, context) => {
9519
9398
  return (0, import_smithy_client.take)(output, {
9520
9399
  errorMessages: import_smithy_client._json,
9521
9400
  numQueriesFailed: import_smithy_client.expectInt32,
9522
- queryEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9523
- queryStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9401
+ queryEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "queryEndTime"),
9402
+ queryStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "queryStartTime"),
9524
9403
  totalQueriesProcessed: import_smithy_client.expectInt32
9525
9404
  });
9526
9405
  }, "de_LineageSqlQueryRunDetails");
@@ -9539,7 +9418,7 @@ var de_ListingItem = /* @__PURE__ */ __name((output, context) => {
9539
9418
  }, "de_ListingItem");
9540
9419
  var de_MetadataGenerationRunItem = /* @__PURE__ */ __name((output, context) => {
9541
9420
  return (0, import_smithy_client.take)(output, {
9542
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9421
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9543
9422
  createdBy: import_smithy_client.expectString,
9544
9423
  domainId: import_smithy_client.expectString,
9545
9424
  id: import_smithy_client.expectString,
@@ -9558,10 +9437,10 @@ var de_MetadataGenerationRuns = /* @__PURE__ */ __name((output, context) => {
9558
9437
  var de_NotificationOutput = /* @__PURE__ */ __name((output, context) => {
9559
9438
  return (0, import_smithy_client.take)(output, {
9560
9439
  actionLink: import_smithy_client.expectString,
9561
- creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9440
+ creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
9562
9441
  domainIdentifier: import_smithy_client.expectString,
9563
9442
  identifier: import_smithy_client.expectString,
9564
- lastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9443
+ lastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTimestamp"),
9565
9444
  message: import_smithy_client.expectString,
9566
9445
  metadata: import_smithy_client._json,
9567
9446
  status: import_smithy_client.expectString,
@@ -9579,7 +9458,7 @@ var de_NotificationsList = /* @__PURE__ */ __name((output, context) => {
9579
9458
  var de_PhysicalEndpoint = /* @__PURE__ */ __name((output, context) => {
9580
9459
  return (0, import_smithy_client.take)(output, {
9581
9460
  awsLocation: import_smithy_client._json,
9582
- glueConnection: (_) => de_GlueConnection(_, context),
9461
+ glueConnection: /* @__PURE__ */ __name((_) => de_GlueConnection(_, context), "glueConnection"),
9583
9462
  glueConnectionName: import_smithy_client.expectString,
9584
9463
  host: import_smithy_client.expectString,
9585
9464
  port: import_smithy_client.expectInt32,
@@ -9601,10 +9480,10 @@ var de_PolicyGrantList = /* @__PURE__ */ __name((output, context) => {
9601
9480
  }, "de_PolicyGrantList");
9602
9481
  var de_PolicyGrantMember = /* @__PURE__ */ __name((output, context) => {
9603
9482
  return (0, import_smithy_client.take)(output, {
9604
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9483
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9605
9484
  createdBy: import_smithy_client.expectString,
9606
- detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9607
- principal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
9485
+ detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "detail"),
9486
+ principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "principal")
9608
9487
  });
9609
9488
  }, "de_PolicyGrantMember");
9610
9489
  var de_ProjectProfileSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -9615,13 +9494,13 @@ var de_ProjectProfileSummaries = /* @__PURE__ */ __name((output, context) => {
9615
9494
  }, "de_ProjectProfileSummaries");
9616
9495
  var de_ProjectProfileSummary = /* @__PURE__ */ __name((output, context) => {
9617
9496
  return (0, import_smithy_client.take)(output, {
9618
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9497
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9619
9498
  createdBy: import_smithy_client.expectString,
9620
9499
  description: import_smithy_client.expectString,
9621
9500
  domainId: import_smithy_client.expectString,
9622
9501
  domainUnitId: import_smithy_client.expectString,
9623
9502
  id: import_smithy_client.expectString,
9624
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9503
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
9625
9504
  name: import_smithy_client.expectString,
9626
9505
  status: import_smithy_client.expectString
9627
9506
  });
@@ -9634,7 +9513,7 @@ var de_ProjectSummaries = /* @__PURE__ */ __name((output, context) => {
9634
9513
  }, "de_ProjectSummaries");
9635
9514
  var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
9636
9515
  return (0, import_smithy_client.take)(output, {
9637
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9516
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
9638
9517
  createdBy: import_smithy_client.expectString,
9639
9518
  description: import_smithy_client.expectString,
9640
9519
  domainId: import_smithy_client.expectString,
@@ -9643,7 +9522,7 @@ var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
9643
9522
  id: import_smithy_client.expectString,
9644
9523
  name: import_smithy_client.expectString,
9645
9524
  projectStatus: import_smithy_client.expectString,
9646
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
9525
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
9647
9526
  });
9648
9527
  }, "de_ProjectSummary");
9649
9528
  var de_RowFilter = /* @__PURE__ */ __name((output, context) => {
@@ -9666,7 +9545,7 @@ var de_RowFilter = /* @__PURE__ */ __name((output, context) => {
9666
9545
  }, "de_RowFilter");
9667
9546
  var de_RowFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
9668
9547
  return (0, import_smithy_client.take)(output, {
9669
- rowFilter: (_) => de_RowFilter((0, import_core2.awsExpectUnion)(_), context),
9548
+ rowFilter: /* @__PURE__ */ __name((_) => de_RowFilter((0, import_core2.awsExpectUnion)(_), context), "rowFilter"),
9670
9549
  sensitive: import_smithy_client.expectBoolean
9671
9550
  });
9672
9551
  }, "de_RowFilterConfiguration");
@@ -9691,9 +9570,9 @@ var de_RuleSummary = /* @__PURE__ */ __name((output, context) => {
9691
9570
  revision: import_smithy_client.expectString,
9692
9571
  ruleType: import_smithy_client.expectString,
9693
9572
  scope: import_smithy_client._json,
9694
- target: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9573
+ target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "target"),
9695
9574
  targetType: import_smithy_client.expectString,
9696
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
9575
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
9697
9576
  });
9698
9577
  }, "de_RuleSummary");
9699
9578
  var de_SearchInventoryResultItem = /* @__PURE__ */ __name((output, context) => {
@@ -9772,7 +9651,7 @@ var de_SparkEmrPropertiesOutput = /* @__PURE__ */ __name((output, context) => {
9772
9651
  return (0, import_smithy_client.take)(output, {
9773
9652
  computeArn: import_smithy_client.expectString,
9774
9653
  credentials: import_smithy_client._json,
9775
- credentialsExpiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
9654
+ credentialsExpiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "credentialsExpiration"),
9776
9655
  governanceType: import_smithy_client.expectString,
9777
9656
  instanceProfileArn: import_smithy_client.expectString,
9778
9657
  javaVirtualEnv: import_smithy_client.expectString,
@@ -9789,8 +9668,8 @@ var de_SubscribedAsset = /* @__PURE__ */ __name((output, context) => {
9789
9668
  assetRevision: import_smithy_client.expectString,
9790
9669
  assetScope: import_smithy_client._json,
9791
9670
  failureCause: import_smithy_client._json,
9792
- failureTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9793
- grantedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9671
+ failureTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "failureTimestamp"),
9672
+ grantedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "grantedTimestamp"),
9794
9673
  status: import_smithy_client.expectString,
9795
9674
  targetName: import_smithy_client.expectString
9796
9675
  });
@@ -9809,16 +9688,16 @@ var de_SubscriptionGrants = /* @__PURE__ */ __name((output, context) => {
9809
9688
  }, "de_SubscriptionGrants");
9810
9689
  var de_SubscriptionGrantSummary = /* @__PURE__ */ __name((output, context) => {
9811
9690
  return (0, import_smithy_client.take)(output, {
9812
- assets: (_) => de_SubscribedAssets(_, context),
9813
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9691
+ assets: /* @__PURE__ */ __name((_) => de_SubscribedAssets(_, context), "assets"),
9692
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9814
9693
  createdBy: import_smithy_client.expectString,
9815
9694
  domainId: import_smithy_client.expectString,
9816
- grantedEntity: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9695
+ grantedEntity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "grantedEntity"),
9817
9696
  id: import_smithy_client.expectString,
9818
9697
  status: import_smithy_client.expectString,
9819
9698
  subscriptionId: import_smithy_client.expectString,
9820
9699
  subscriptionTargetId: import_smithy_client.expectString,
9821
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9700
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9822
9701
  updatedBy: import_smithy_client.expectString
9823
9702
  });
9824
9703
  }, "de_SubscriptionGrantSummary");
@@ -9830,7 +9709,7 @@ var de_SubscriptionRequests = /* @__PURE__ */ __name((output, context) => {
9830
9709
  }, "de_SubscriptionRequests");
9831
9710
  var de_SubscriptionRequestSummary = /* @__PURE__ */ __name((output, context) => {
9832
9711
  return (0, import_smithy_client.take)(output, {
9833
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9712
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9834
9713
  createdBy: import_smithy_client.expectString,
9835
9714
  decisionComment: import_smithy_client.expectString,
9836
9715
  domainId: import_smithy_client.expectString,
@@ -9842,7 +9721,7 @@ var de_SubscriptionRequestSummary = /* @__PURE__ */ __name((output, context) =>
9842
9721
  status: import_smithy_client.expectString,
9843
9722
  subscribedListings: import_smithy_client._json,
9844
9723
  subscribedPrincipals: import_smithy_client._json,
9845
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9724
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9846
9725
  updatedBy: import_smithy_client.expectString
9847
9726
  });
9848
9727
  }, "de_SubscriptionRequestSummary");
@@ -9854,16 +9733,16 @@ var de_Subscriptions = /* @__PURE__ */ __name((output, context) => {
9854
9733
  }, "de_Subscriptions");
9855
9734
  var de_SubscriptionSummary = /* @__PURE__ */ __name((output, context) => {
9856
9735
  return (0, import_smithy_client.take)(output, {
9857
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9736
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9858
9737
  createdBy: import_smithy_client.expectString,
9859
9738
  domainId: import_smithy_client.expectString,
9860
9739
  id: import_smithy_client.expectString,
9861
9740
  retainPermissions: import_smithy_client.expectBoolean,
9862
9741
  status: import_smithy_client.expectString,
9863
9742
  subscribedListing: import_smithy_client._json,
9864
- subscribedPrincipal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9743
+ subscribedPrincipal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "subscribedPrincipal"),
9865
9744
  subscriptionRequestId: import_smithy_client.expectString,
9866
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9745
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9867
9746
  updatedBy: import_smithy_client.expectString
9868
9747
  });
9869
9748
  }, "de_SubscriptionSummary");
@@ -9877,7 +9756,7 @@ var de_SubscriptionTargetSummary = /* @__PURE__ */ __name((output, context) => {
9877
9756
  return (0, import_smithy_client.take)(output, {
9878
9757
  applicableAssetTypes: import_smithy_client._json,
9879
9758
  authorizedPrincipals: import_smithy_client._json,
9880
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9759
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
9881
9760
  createdBy: import_smithy_client.expectString,
9882
9761
  domainId: import_smithy_client.expectString,
9883
9762
  environmentId: import_smithy_client.expectString,
@@ -9888,7 +9767,7 @@ var de_SubscriptionTargetSummary = /* @__PURE__ */ __name((output, context) => {
9888
9767
  provider: import_smithy_client.expectString,
9889
9768
  subscriptionTargetConfig: import_smithy_client._json,
9890
9769
  type: import_smithy_client.expectString,
9891
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9770
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
9892
9771
  updatedBy: import_smithy_client.expectString
9893
9772
  });
9894
9773
  }, "de_SubscriptionTargetSummary");
@@ -9897,7 +9776,7 @@ var de_TimeSeriesDataPointFormOutput = /* @__PURE__ */ __name((output, context)
9897
9776
  content: import_smithy_client.expectString,
9898
9777
  formName: import_smithy_client.expectString,
9899
9778
  id: import_smithy_client.expectString,
9900
- timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9779
+ timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp"),
9901
9780
  typeIdentifier: import_smithy_client.expectString,
9902
9781
  typeRevision: import_smithy_client.expectString
9903
9782
  });
@@ -9913,7 +9792,7 @@ var de_TimeSeriesDataPointSummaryFormOutput = /* @__PURE__ */ __name((output, co
9913
9792
  contentSummary: import_smithy_client.expectString,
9914
9793
  formName: import_smithy_client.expectString,
9915
9794
  id: import_smithy_client.expectString,
9916
- timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9795
+ timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp"),
9917
9796
  typeIdentifier: import_smithy_client.expectString,
9918
9797
  typeRevision: import_smithy_client.expectString
9919
9798
  });