@aws-sdk/client-networkmanager 3.758.0 → 3.772.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +134 -134
  2. package/package.json +3 -3
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
  AcceptAttachmentCommand: () => AcceptAttachmentCommand,
25
25
  AccessDeniedException: () => AccessDeniedException,
26
26
  AssociateConnectPeerCommand: () => AssociateConnectPeerCommand,
@@ -194,7 +194,7 @@ __export(src_exports, {
194
194
  paginateListCoreNetworks: () => paginateListCoreNetworks,
195
195
  paginateListPeerings: () => paginateListPeerings
196
196
  });
197
- module.exports = __toCommonJS(src_exports);
197
+ module.exports = __toCommonJS(index_exports);
198
198
 
199
199
  // src/NetworkManagerClient.ts
200
200
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -321,9 +321,9 @@ var NetworkManagerClient = class extends import_smithy_client.Client {
321
321
  this.middlewareStack.use(
322
322
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
323
323
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultNetworkManagerHttpAuthSchemeParametersProvider,
324
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
324
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
325
325
  "aws.auth#sigv4": config.credentials
326
- })
326
+ }), "identityProviderConfigProvider")
327
327
  })
328
328
  );
329
329
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -997,8 +997,8 @@ var se_CreateConnectAttachmentCommand = /* @__PURE__ */ __name(async (input, con
997
997
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
998
998
  CoreNetworkId: [],
999
999
  EdgeLocation: [],
1000
- Options: (_) => (0, import_smithy_client._json)(_),
1001
- Tags: (_) => (0, import_smithy_client._json)(_),
1000
+ Options: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Options"),
1001
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1002
1002
  TransportAttachmentId: []
1003
1003
  })
1004
1004
  );
@@ -1020,7 +1020,7 @@ var se_CreateConnectionCommand = /* @__PURE__ */ __name(async (input, context) =
1020
1020
  Description: [],
1021
1021
  DeviceId: [],
1022
1022
  LinkId: [],
1023
- Tags: (_) => (0, import_smithy_client._json)(_)
1023
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1024
1024
  })
1025
1025
  );
1026
1026
  b.m("POST").h(headers).b(body);
@@ -1035,14 +1035,14 @@ var se_CreateConnectPeerCommand = /* @__PURE__ */ __name(async (input, context)
1035
1035
  let body;
1036
1036
  body = JSON.stringify(
1037
1037
  (0, import_smithy_client.take)(input, {
1038
- BgpOptions: (_) => (0, import_smithy_client._json)(_),
1038
+ BgpOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BgpOptions"),
1039
1039
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1040
1040
  ConnectAttachmentId: [],
1041
1041
  CoreNetworkAddress: [],
1042
- InsideCidrBlocks: (_) => (0, import_smithy_client._json)(_),
1042
+ InsideCidrBlocks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InsideCidrBlocks"),
1043
1043
  PeerAddress: [],
1044
1044
  SubnetArn: [],
1045
- Tags: (_) => (0, import_smithy_client._json)(_)
1045
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1046
1046
  })
1047
1047
  );
1048
1048
  b.m("POST").h(headers).b(body);
@@ -1061,7 +1061,7 @@ var se_CreateCoreNetworkCommand = /* @__PURE__ */ __name(async (input, context)
1061
1061
  Description: [],
1062
1062
  GlobalNetworkId: [],
1063
1063
  PolicyDocument: [],
1064
- Tags: (_) => (0, import_smithy_client._json)(_)
1064
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1065
1065
  })
1066
1066
  );
1067
1067
  b.m("POST").h(headers).b(body);
@@ -1077,13 +1077,13 @@ var se_CreateDeviceCommand = /* @__PURE__ */ __name(async (input, context) => {
1077
1077
  let body;
1078
1078
  body = JSON.stringify(
1079
1079
  (0, import_smithy_client.take)(input, {
1080
- AWSLocation: (_) => (0, import_smithy_client._json)(_),
1080
+ AWSLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AWSLocation"),
1081
1081
  Description: [],
1082
- Location: (_) => (0, import_smithy_client._json)(_),
1082
+ Location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Location"),
1083
1083
  Model: [],
1084
1084
  SerialNumber: [],
1085
1085
  SiteId: [],
1086
- Tags: (_) => (0, import_smithy_client._json)(_),
1086
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1087
1087
  Type: [],
1088
1088
  Vendor: []
1089
1089
  })
@@ -1103,8 +1103,8 @@ var se_CreateDirectConnectGatewayAttachmentCommand = /* @__PURE__ */ __name(asyn
1103
1103
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1104
1104
  CoreNetworkId: [],
1105
1105
  DirectConnectGatewayArn: [],
1106
- EdgeLocations: (_) => (0, import_smithy_client._json)(_),
1107
- Tags: (_) => (0, import_smithy_client._json)(_)
1106
+ EdgeLocations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EdgeLocations"),
1107
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1108
1108
  })
1109
1109
  );
1110
1110
  b.m("POST").h(headers).b(body);
@@ -1120,7 +1120,7 @@ var se_CreateGlobalNetworkCommand = /* @__PURE__ */ __name(async (input, context
1120
1120
  body = JSON.stringify(
1121
1121
  (0, import_smithy_client.take)(input, {
1122
1122
  Description: [],
1123
- Tags: (_) => (0, import_smithy_client._json)(_)
1123
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1124
1124
  })
1125
1125
  );
1126
1126
  b.m("POST").h(headers).b(body);
@@ -1136,11 +1136,11 @@ var se_CreateLinkCommand = /* @__PURE__ */ __name(async (input, context) => {
1136
1136
  let body;
1137
1137
  body = JSON.stringify(
1138
1138
  (0, import_smithy_client.take)(input, {
1139
- Bandwidth: (_) => (0, import_smithy_client._json)(_),
1139
+ Bandwidth: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Bandwidth"),
1140
1140
  Description: [],
1141
1141
  Provider: [],
1142
1142
  SiteId: [],
1143
- Tags: (_) => (0, import_smithy_client._json)(_),
1143
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1144
1144
  Type: []
1145
1145
  })
1146
1146
  );
@@ -1158,8 +1158,8 @@ var se_CreateSiteCommand = /* @__PURE__ */ __name(async (input, context) => {
1158
1158
  body = JSON.stringify(
1159
1159
  (0, import_smithy_client.take)(input, {
1160
1160
  Description: [],
1161
- Location: (_) => (0, import_smithy_client._json)(_),
1162
- Tags: (_) => (0, import_smithy_client._json)(_)
1161
+ Location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Location"),
1162
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1163
1163
  })
1164
1164
  );
1165
1165
  b.m("POST").h(headers).b(body);
@@ -1176,7 +1176,7 @@ var se_CreateSiteToSiteVpnAttachmentCommand = /* @__PURE__ */ __name(async (inpu
1176
1176
  (0, import_smithy_client.take)(input, {
1177
1177
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1178
1178
  CoreNetworkId: [],
1179
- Tags: (_) => (0, import_smithy_client._json)(_),
1179
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1180
1180
  VpnConnectionArn: []
1181
1181
  })
1182
1182
  );
@@ -1194,7 +1194,7 @@ var se_CreateTransitGatewayPeeringCommand = /* @__PURE__ */ __name(async (input,
1194
1194
  (0, import_smithy_client.take)(input, {
1195
1195
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1196
1196
  CoreNetworkId: [],
1197
- Tags: (_) => (0, import_smithy_client._json)(_),
1197
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1198
1198
  TransitGatewayArn: []
1199
1199
  })
1200
1200
  );
@@ -1212,7 +1212,7 @@ var se_CreateTransitGatewayRouteTableAttachmentCommand = /* @__PURE__ */ __name(
1212
1212
  (0, import_smithy_client.take)(input, {
1213
1213
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1214
1214
  PeeringId: [],
1215
- Tags: (_) => (0, import_smithy_client._json)(_),
1215
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1216
1216
  TransitGatewayRouteTableArn: []
1217
1217
  })
1218
1218
  );
@@ -1230,9 +1230,9 @@ var se_CreateVpcAttachmentCommand = /* @__PURE__ */ __name(async (input, context
1230
1230
  (0, import_smithy_client.take)(input, {
1231
1231
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1232
1232
  CoreNetworkId: [],
1233
- Options: (_) => (0, import_smithy_client._json)(_),
1234
- SubnetArns: (_) => (0, import_smithy_client._json)(_),
1235
- Tags: (_) => (0, import_smithy_client._json)(_),
1233
+ Options: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Options"),
1234
+ SubnetArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SubnetArns"),
1235
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
1236
1236
  VpcArn: []
1237
1237
  })
1238
1238
  );
@@ -1653,15 +1653,15 @@ var se_GetNetworkRoutesCommand = /* @__PURE__ */ __name(async (input, context) =
1653
1653
  let body;
1654
1654
  body = JSON.stringify(
1655
1655
  (0, import_smithy_client.take)(input, {
1656
- DestinationFilters: (_) => (0, import_smithy_client._json)(_),
1657
- ExactCidrMatches: (_) => (0, import_smithy_client._json)(_),
1658
- LongestPrefixMatches: (_) => (0, import_smithy_client._json)(_),
1659
- PrefixListIds: (_) => (0, import_smithy_client._json)(_),
1660
- RouteTableIdentifier: (_) => (0, import_smithy_client._json)(_),
1661
- States: (_) => (0, import_smithy_client._json)(_),
1662
- SubnetOfMatches: (_) => (0, import_smithy_client._json)(_),
1663
- SupernetOfMatches: (_) => (0, import_smithy_client._json)(_),
1664
- Types: (_) => (0, import_smithy_client._json)(_)
1656
+ DestinationFilters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DestinationFilters"),
1657
+ ExactCidrMatches: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExactCidrMatches"),
1658
+ LongestPrefixMatches: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LongestPrefixMatches"),
1659
+ PrefixListIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PrefixListIds"),
1660
+ RouteTableIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RouteTableIdentifier"),
1661
+ States: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "States"),
1662
+ SubnetOfMatches: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SubnetOfMatches"),
1663
+ SupernetOfMatches: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SupernetOfMatches"),
1664
+ Types: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Types")
1665
1665
  })
1666
1666
  );
1667
1667
  b.m("POST").h(headers).b(body);
@@ -1888,7 +1888,7 @@ var se_PutCoreNetworkPolicyCommand = /* @__PURE__ */ __name(async (input, contex
1888
1888
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1889
1889
  Description: [],
1890
1890
  LatestVersionId: [],
1891
- PolicyDocument: (_) => import_smithy_client.LazyJsonString.from(_)
1891
+ PolicyDocument: /* @__PURE__ */ __name((_) => import_smithy_client.LazyJsonString.from(_), "PolicyDocument")
1892
1892
  })
1893
1893
  );
1894
1894
  b.m("POST").h(headers).b(body);
@@ -1904,7 +1904,7 @@ var se_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context)
1904
1904
  let body;
1905
1905
  body = JSON.stringify(
1906
1906
  (0, import_smithy_client.take)(input, {
1907
- PolicyDocument: (_) => import_smithy_client.LazyJsonString.from(_)
1907
+ PolicyDocument: /* @__PURE__ */ __name((_) => import_smithy_client.LazyJsonString.from(_), "PolicyDocument")
1908
1908
  })
1909
1909
  );
1910
1910
  b.m("POST").h(headers).b(body);
@@ -1970,9 +1970,9 @@ var se_StartRouteAnalysisCommand = /* @__PURE__ */ __name(async (input, context)
1970
1970
  let body;
1971
1971
  body = JSON.stringify(
1972
1972
  (0, import_smithy_client.take)(input, {
1973
- Destination: (_) => (0, import_smithy_client._json)(_),
1973
+ Destination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Destination"),
1974
1974
  IncludeReturnPath: [],
1975
- Source: (_) => (0, import_smithy_client._json)(_),
1975
+ Source: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Source"),
1976
1976
  UseMiddleboxes: []
1977
1977
  })
1978
1978
  );
@@ -1989,7 +1989,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1989
1989
  let body;
1990
1990
  body = JSON.stringify(
1991
1991
  (0, import_smithy_client.take)(input, {
1992
- Tags: (_) => (0, import_smithy_client._json)(_)
1992
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1993
1993
  })
1994
1994
  );
1995
1995
  b.m("POST").h(headers).b(body);
@@ -2053,9 +2053,9 @@ var se_UpdateDeviceCommand = /* @__PURE__ */ __name(async (input, context) => {
2053
2053
  let body;
2054
2054
  body = JSON.stringify(
2055
2055
  (0, import_smithy_client.take)(input, {
2056
- AWSLocation: (_) => (0, import_smithy_client._json)(_),
2056
+ AWSLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AWSLocation"),
2057
2057
  Description: [],
2058
- Location: (_) => (0, import_smithy_client._json)(_),
2058
+ Location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Location"),
2059
2059
  Model: [],
2060
2060
  SerialNumber: [],
2061
2061
  SiteId: [],
@@ -2076,7 +2076,7 @@ var se_UpdateDirectConnectGatewayAttachmentCommand = /* @__PURE__ */ __name(asyn
2076
2076
  let body;
2077
2077
  body = JSON.stringify(
2078
2078
  (0, import_smithy_client.take)(input, {
2079
- EdgeLocations: (_) => (0, import_smithy_client._json)(_)
2079
+ EdgeLocations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EdgeLocations")
2080
2080
  })
2081
2081
  );
2082
2082
  b.m("PATCH").h(headers).b(body);
@@ -2109,7 +2109,7 @@ var se_UpdateLinkCommand = /* @__PURE__ */ __name(async (input, context) => {
2109
2109
  let body;
2110
2110
  body = JSON.stringify(
2111
2111
  (0, import_smithy_client.take)(input, {
2112
- Bandwidth: (_) => (0, import_smithy_client._json)(_),
2112
+ Bandwidth: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Bandwidth"),
2113
2113
  Description: [],
2114
2114
  Provider: [],
2115
2115
  Type: []
@@ -2129,7 +2129,7 @@ var se_UpdateNetworkResourceMetadataCommand = /* @__PURE__ */ __name(async (inpu
2129
2129
  let body;
2130
2130
  body = JSON.stringify(
2131
2131
  (0, import_smithy_client.take)(input, {
2132
- Metadata: (_) => (0, import_smithy_client._json)(_)
2132
+ Metadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Metadata")
2133
2133
  })
2134
2134
  );
2135
2135
  b.m("PATCH").h(headers).b(body);
@@ -2147,7 +2147,7 @@ var se_UpdateSiteCommand = /* @__PURE__ */ __name(async (input, context) => {
2147
2147
  body = JSON.stringify(
2148
2148
  (0, import_smithy_client.take)(input, {
2149
2149
  Description: [],
2150
- Location: (_) => (0, import_smithy_client._json)(_)
2150
+ Location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Location")
2151
2151
  })
2152
2152
  );
2153
2153
  b.m("PATCH").h(headers).b(body);
@@ -2163,9 +2163,9 @@ var se_UpdateVpcAttachmentCommand = /* @__PURE__ */ __name(async (input, context
2163
2163
  let body;
2164
2164
  body = JSON.stringify(
2165
2165
  (0, import_smithy_client.take)(input, {
2166
- AddSubnetArns: (_) => (0, import_smithy_client._json)(_),
2167
- Options: (_) => (0, import_smithy_client._json)(_),
2168
- RemoveSubnetArns: (_) => (0, import_smithy_client._json)(_)
2166
+ AddSubnetArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AddSubnetArns"),
2167
+ Options: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Options"),
2168
+ RemoveSubnetArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RemoveSubnetArns")
2169
2169
  })
2170
2170
  );
2171
2171
  b.m("PATCH").h(headers).b(body);
@@ -2180,7 +2180,7 @@ var de_AcceptAttachmentCommand = /* @__PURE__ */ __name(async (output, context)
2180
2180
  });
2181
2181
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2182
2182
  const doc = (0, import_smithy_client.take)(data, {
2183
- Attachment: (_) => de_Attachment(_, context)
2183
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment")
2184
2184
  });
2185
2185
  Object.assign(contents, doc);
2186
2186
  return contents;
@@ -2250,7 +2250,7 @@ var de_CreateConnectAttachmentCommand = /* @__PURE__ */ __name(async (output, co
2250
2250
  });
2251
2251
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2252
2252
  const doc = (0, import_smithy_client.take)(data, {
2253
- ConnectAttachment: (_) => de_ConnectAttachment(_, context)
2253
+ ConnectAttachment: /* @__PURE__ */ __name((_) => de_ConnectAttachment(_, context), "ConnectAttachment")
2254
2254
  });
2255
2255
  Object.assign(contents, doc);
2256
2256
  return contents;
@@ -2264,7 +2264,7 @@ var de_CreateConnectionCommand = /* @__PURE__ */ __name(async (output, context)
2264
2264
  });
2265
2265
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2266
2266
  const doc = (0, import_smithy_client.take)(data, {
2267
- Connection: (_) => de_Connection(_, context)
2267
+ Connection: /* @__PURE__ */ __name((_) => de_Connection(_, context), "Connection")
2268
2268
  });
2269
2269
  Object.assign(contents, doc);
2270
2270
  return contents;
@@ -2278,7 +2278,7 @@ var de_CreateConnectPeerCommand = /* @__PURE__ */ __name(async (output, context)
2278
2278
  });
2279
2279
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2280
2280
  const doc = (0, import_smithy_client.take)(data, {
2281
- ConnectPeer: (_) => de_ConnectPeer(_, context)
2281
+ ConnectPeer: /* @__PURE__ */ __name((_) => de_ConnectPeer(_, context), "ConnectPeer")
2282
2282
  });
2283
2283
  Object.assign(contents, doc);
2284
2284
  return contents;
@@ -2292,7 +2292,7 @@ var de_CreateCoreNetworkCommand = /* @__PURE__ */ __name(async (output, context)
2292
2292
  });
2293
2293
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2294
2294
  const doc = (0, import_smithy_client.take)(data, {
2295
- CoreNetwork: (_) => de_CoreNetwork(_, context)
2295
+ CoreNetwork: /* @__PURE__ */ __name((_) => de_CoreNetwork(_, context), "CoreNetwork")
2296
2296
  });
2297
2297
  Object.assign(contents, doc);
2298
2298
  return contents;
@@ -2306,7 +2306,7 @@ var de_CreateDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
2306
2306
  });
2307
2307
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2308
2308
  const doc = (0, import_smithy_client.take)(data, {
2309
- Device: (_) => de_Device(_, context)
2309
+ Device: /* @__PURE__ */ __name((_) => de_Device(_, context), "Device")
2310
2310
  });
2311
2311
  Object.assign(contents, doc);
2312
2312
  return contents;
@@ -2320,7 +2320,7 @@ var de_CreateDirectConnectGatewayAttachmentCommand = /* @__PURE__ */ __name(asyn
2320
2320
  });
2321
2321
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2322
2322
  const doc = (0, import_smithy_client.take)(data, {
2323
- DirectConnectGatewayAttachment: (_) => de_DirectConnectGatewayAttachment(_, context)
2323
+ DirectConnectGatewayAttachment: /* @__PURE__ */ __name((_) => de_DirectConnectGatewayAttachment(_, context), "DirectConnectGatewayAttachment")
2324
2324
  });
2325
2325
  Object.assign(contents, doc);
2326
2326
  return contents;
@@ -2334,7 +2334,7 @@ var de_CreateGlobalNetworkCommand = /* @__PURE__ */ __name(async (output, contex
2334
2334
  });
2335
2335
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2336
2336
  const doc = (0, import_smithy_client.take)(data, {
2337
- GlobalNetwork: (_) => de_GlobalNetwork(_, context)
2337
+ GlobalNetwork: /* @__PURE__ */ __name((_) => de_GlobalNetwork(_, context), "GlobalNetwork")
2338
2338
  });
2339
2339
  Object.assign(contents, doc);
2340
2340
  return contents;
@@ -2348,7 +2348,7 @@ var de_CreateLinkCommand = /* @__PURE__ */ __name(async (output, context) => {
2348
2348
  });
2349
2349
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2350
2350
  const doc = (0, import_smithy_client.take)(data, {
2351
- Link: (_) => de_Link(_, context)
2351
+ Link: /* @__PURE__ */ __name((_) => de_Link(_, context), "Link")
2352
2352
  });
2353
2353
  Object.assign(contents, doc);
2354
2354
  return contents;
@@ -2362,7 +2362,7 @@ var de_CreateSiteCommand = /* @__PURE__ */ __name(async (output, context) => {
2362
2362
  });
2363
2363
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2364
2364
  const doc = (0, import_smithy_client.take)(data, {
2365
- Site: (_) => de_Site(_, context)
2365
+ Site: /* @__PURE__ */ __name((_) => de_Site(_, context), "Site")
2366
2366
  });
2367
2367
  Object.assign(contents, doc);
2368
2368
  return contents;
@@ -2376,7 +2376,7 @@ var de_CreateSiteToSiteVpnAttachmentCommand = /* @__PURE__ */ __name(async (outp
2376
2376
  });
2377
2377
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2378
2378
  const doc = (0, import_smithy_client.take)(data, {
2379
- SiteToSiteVpnAttachment: (_) => de_SiteToSiteVpnAttachment(_, context)
2379
+ SiteToSiteVpnAttachment: /* @__PURE__ */ __name((_) => de_SiteToSiteVpnAttachment(_, context), "SiteToSiteVpnAttachment")
2380
2380
  });
2381
2381
  Object.assign(contents, doc);
2382
2382
  return contents;
@@ -2390,7 +2390,7 @@ var de_CreateTransitGatewayPeeringCommand = /* @__PURE__ */ __name(async (output
2390
2390
  });
2391
2391
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2392
2392
  const doc = (0, import_smithy_client.take)(data, {
2393
- TransitGatewayPeering: (_) => de_TransitGatewayPeering(_, context)
2393
+ TransitGatewayPeering: /* @__PURE__ */ __name((_) => de_TransitGatewayPeering(_, context), "TransitGatewayPeering")
2394
2394
  });
2395
2395
  Object.assign(contents, doc);
2396
2396
  return contents;
@@ -2404,7 +2404,7 @@ var de_CreateTransitGatewayRouteTableAttachmentCommand = /* @__PURE__ */ __name(
2404
2404
  });
2405
2405
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2406
2406
  const doc = (0, import_smithy_client.take)(data, {
2407
- TransitGatewayRouteTableAttachment: (_) => de_TransitGatewayRouteTableAttachment(_, context)
2407
+ TransitGatewayRouteTableAttachment: /* @__PURE__ */ __name((_) => de_TransitGatewayRouteTableAttachment(_, context), "TransitGatewayRouteTableAttachment")
2408
2408
  });
2409
2409
  Object.assign(contents, doc);
2410
2410
  return contents;
@@ -2418,7 +2418,7 @@ var de_CreateVpcAttachmentCommand = /* @__PURE__ */ __name(async (output, contex
2418
2418
  });
2419
2419
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2420
2420
  const doc = (0, import_smithy_client.take)(data, {
2421
- VpcAttachment: (_) => de_VpcAttachment(_, context)
2421
+ VpcAttachment: /* @__PURE__ */ __name((_) => de_VpcAttachment(_, context), "VpcAttachment")
2422
2422
  });
2423
2423
  Object.assign(contents, doc);
2424
2424
  return contents;
@@ -2432,7 +2432,7 @@ var de_DeleteAttachmentCommand = /* @__PURE__ */ __name(async (output, context)
2432
2432
  });
2433
2433
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2434
2434
  const doc = (0, import_smithy_client.take)(data, {
2435
- Attachment: (_) => de_Attachment(_, context)
2435
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment")
2436
2436
  });
2437
2437
  Object.assign(contents, doc);
2438
2438
  return contents;
@@ -2446,7 +2446,7 @@ var de_DeleteConnectionCommand = /* @__PURE__ */ __name(async (output, context)
2446
2446
  });
2447
2447
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2448
2448
  const doc = (0, import_smithy_client.take)(data, {
2449
- Connection: (_) => de_Connection(_, context)
2449
+ Connection: /* @__PURE__ */ __name((_) => de_Connection(_, context), "Connection")
2450
2450
  });
2451
2451
  Object.assign(contents, doc);
2452
2452
  return contents;
@@ -2460,7 +2460,7 @@ var de_DeleteConnectPeerCommand = /* @__PURE__ */ __name(async (output, context)
2460
2460
  });
2461
2461
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2462
2462
  const doc = (0, import_smithy_client.take)(data, {
2463
- ConnectPeer: (_) => de_ConnectPeer(_, context)
2463
+ ConnectPeer: /* @__PURE__ */ __name((_) => de_ConnectPeer(_, context), "ConnectPeer")
2464
2464
  });
2465
2465
  Object.assign(contents, doc);
2466
2466
  return contents;
@@ -2474,7 +2474,7 @@ var de_DeleteCoreNetworkCommand = /* @__PURE__ */ __name(async (output, context)
2474
2474
  });
2475
2475
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2476
2476
  const doc = (0, import_smithy_client.take)(data, {
2477
- CoreNetwork: (_) => de_CoreNetwork(_, context)
2477
+ CoreNetwork: /* @__PURE__ */ __name((_) => de_CoreNetwork(_, context), "CoreNetwork")
2478
2478
  });
2479
2479
  Object.assign(contents, doc);
2480
2480
  return contents;
@@ -2488,7 +2488,7 @@ var de_DeleteCoreNetworkPolicyVersionCommand = /* @__PURE__ */ __name(async (out
2488
2488
  });
2489
2489
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2490
2490
  const doc = (0, import_smithy_client.take)(data, {
2491
- CoreNetworkPolicy: (_) => de_CoreNetworkPolicy(_, context)
2491
+ CoreNetworkPolicy: /* @__PURE__ */ __name((_) => de_CoreNetworkPolicy(_, context), "CoreNetworkPolicy")
2492
2492
  });
2493
2493
  Object.assign(contents, doc);
2494
2494
  return contents;
@@ -2502,7 +2502,7 @@ var de_DeleteDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
2502
2502
  });
2503
2503
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2504
2504
  const doc = (0, import_smithy_client.take)(data, {
2505
- Device: (_) => de_Device(_, context)
2505
+ Device: /* @__PURE__ */ __name((_) => de_Device(_, context), "Device")
2506
2506
  });
2507
2507
  Object.assign(contents, doc);
2508
2508
  return contents;
@@ -2516,7 +2516,7 @@ var de_DeleteGlobalNetworkCommand = /* @__PURE__ */ __name(async (output, contex
2516
2516
  });
2517
2517
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2518
2518
  const doc = (0, import_smithy_client.take)(data, {
2519
- GlobalNetwork: (_) => de_GlobalNetwork(_, context)
2519
+ GlobalNetwork: /* @__PURE__ */ __name((_) => de_GlobalNetwork(_, context), "GlobalNetwork")
2520
2520
  });
2521
2521
  Object.assign(contents, doc);
2522
2522
  return contents;
@@ -2530,7 +2530,7 @@ var de_DeleteLinkCommand = /* @__PURE__ */ __name(async (output, context) => {
2530
2530
  });
2531
2531
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2532
2532
  const doc = (0, import_smithy_client.take)(data, {
2533
- Link: (_) => de_Link(_, context)
2533
+ Link: /* @__PURE__ */ __name((_) => de_Link(_, context), "Link")
2534
2534
  });
2535
2535
  Object.assign(contents, doc);
2536
2536
  return contents;
@@ -2544,7 +2544,7 @@ var de_DeletePeeringCommand = /* @__PURE__ */ __name(async (output, context) =>
2544
2544
  });
2545
2545
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2546
2546
  const doc = (0, import_smithy_client.take)(data, {
2547
- Peering: (_) => de_Peering(_, context)
2547
+ Peering: /* @__PURE__ */ __name((_) => de_Peering(_, context), "Peering")
2548
2548
  });
2549
2549
  Object.assign(contents, doc);
2550
2550
  return contents;
@@ -2568,7 +2568,7 @@ var de_DeleteSiteCommand = /* @__PURE__ */ __name(async (output, context) => {
2568
2568
  });
2569
2569
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2570
2570
  const doc = (0, import_smithy_client.take)(data, {
2571
- Site: (_) => de_Site(_, context)
2571
+ Site: /* @__PURE__ */ __name((_) => de_Site(_, context), "Site")
2572
2572
  });
2573
2573
  Object.assign(contents, doc);
2574
2574
  return contents;
@@ -2596,7 +2596,7 @@ var de_DescribeGlobalNetworksCommand = /* @__PURE__ */ __name(async (output, con
2596
2596
  });
2597
2597
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2598
2598
  const doc = (0, import_smithy_client.take)(data, {
2599
- GlobalNetworks: (_) => de_GlobalNetworkList(_, context),
2599
+ GlobalNetworks: /* @__PURE__ */ __name((_) => de_GlobalNetworkList(_, context), "GlobalNetworks"),
2600
2600
  NextToken: import_smithy_client.expectString
2601
2601
  });
2602
2602
  Object.assign(contents, doc);
@@ -2677,7 +2677,7 @@ var de_GetConnectAttachmentCommand = /* @__PURE__ */ __name(async (output, conte
2677
2677
  });
2678
2678
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2679
2679
  const doc = (0, import_smithy_client.take)(data, {
2680
- ConnectAttachment: (_) => de_ConnectAttachment(_, context)
2680
+ ConnectAttachment: /* @__PURE__ */ __name((_) => de_ConnectAttachment(_, context), "ConnectAttachment")
2681
2681
  });
2682
2682
  Object.assign(contents, doc);
2683
2683
  return contents;
@@ -2691,7 +2691,7 @@ var de_GetConnectionsCommand = /* @__PURE__ */ __name(async (output, context) =>
2691
2691
  });
2692
2692
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2693
2693
  const doc = (0, import_smithy_client.take)(data, {
2694
- Connections: (_) => de_ConnectionList(_, context),
2694
+ Connections: /* @__PURE__ */ __name((_) => de_ConnectionList(_, context), "Connections"),
2695
2695
  NextToken: import_smithy_client.expectString
2696
2696
  });
2697
2697
  Object.assign(contents, doc);
@@ -2706,7 +2706,7 @@ var de_GetConnectPeerCommand = /* @__PURE__ */ __name(async (output, context) =>
2706
2706
  });
2707
2707
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2708
2708
  const doc = (0, import_smithy_client.take)(data, {
2709
- ConnectPeer: (_) => de_ConnectPeer(_, context)
2709
+ ConnectPeer: /* @__PURE__ */ __name((_) => de_ConnectPeer(_, context), "ConnectPeer")
2710
2710
  });
2711
2711
  Object.assign(contents, doc);
2712
2712
  return contents;
@@ -2735,7 +2735,7 @@ var de_GetCoreNetworkCommand = /* @__PURE__ */ __name(async (output, context) =>
2735
2735
  });
2736
2736
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2737
2737
  const doc = (0, import_smithy_client.take)(data, {
2738
- CoreNetwork: (_) => de_CoreNetwork(_, context)
2738
+ CoreNetwork: /* @__PURE__ */ __name((_) => de_CoreNetwork(_, context), "CoreNetwork")
2739
2739
  });
2740
2740
  Object.assign(contents, doc);
2741
2741
  return contents;
@@ -2749,7 +2749,7 @@ var de_GetCoreNetworkChangeEventsCommand = /* @__PURE__ */ __name(async (output,
2749
2749
  });
2750
2750
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2751
2751
  const doc = (0, import_smithy_client.take)(data, {
2752
- CoreNetworkChangeEvents: (_) => de_CoreNetworkChangeEventList(_, context),
2752
+ CoreNetworkChangeEvents: /* @__PURE__ */ __name((_) => de_CoreNetworkChangeEventList(_, context), "CoreNetworkChangeEvents"),
2753
2753
  NextToken: import_smithy_client.expectString
2754
2754
  });
2755
2755
  Object.assign(contents, doc);
@@ -2779,7 +2779,7 @@ var de_GetCoreNetworkPolicyCommand = /* @__PURE__ */ __name(async (output, conte
2779
2779
  });
2780
2780
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2781
2781
  const doc = (0, import_smithy_client.take)(data, {
2782
- CoreNetworkPolicy: (_) => de_CoreNetworkPolicy(_, context)
2782
+ CoreNetworkPolicy: /* @__PURE__ */ __name((_) => de_CoreNetworkPolicy(_, context), "CoreNetworkPolicy")
2783
2783
  });
2784
2784
  Object.assign(contents, doc);
2785
2785
  return contents;
@@ -2808,7 +2808,7 @@ var de_GetDevicesCommand = /* @__PURE__ */ __name(async (output, context) => {
2808
2808
  });
2809
2809
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2810
2810
  const doc = (0, import_smithy_client.take)(data, {
2811
- Devices: (_) => de_DeviceList(_, context),
2811
+ Devices: /* @__PURE__ */ __name((_) => de_DeviceList(_, context), "Devices"),
2812
2812
  NextToken: import_smithy_client.expectString
2813
2813
  });
2814
2814
  Object.assign(contents, doc);
@@ -2823,7 +2823,7 @@ var de_GetDirectConnectGatewayAttachmentCommand = /* @__PURE__ */ __name(async (
2823
2823
  });
2824
2824
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2825
2825
  const doc = (0, import_smithy_client.take)(data, {
2826
- DirectConnectGatewayAttachment: (_) => de_DirectConnectGatewayAttachment(_, context)
2826
+ DirectConnectGatewayAttachment: /* @__PURE__ */ __name((_) => de_DirectConnectGatewayAttachment(_, context), "DirectConnectGatewayAttachment")
2827
2827
  });
2828
2828
  Object.assign(contents, doc);
2829
2829
  return contents;
@@ -2852,7 +2852,7 @@ var de_GetLinksCommand = /* @__PURE__ */ __name(async (output, context) => {
2852
2852
  });
2853
2853
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2854
2854
  const doc = (0, import_smithy_client.take)(data, {
2855
- Links: (_) => de_LinkList(_, context),
2855
+ Links: /* @__PURE__ */ __name((_) => de_LinkList(_, context), "Links"),
2856
2856
  NextToken: import_smithy_client.expectString
2857
2857
  });
2858
2858
  Object.assign(contents, doc);
@@ -2897,7 +2897,7 @@ var de_GetNetworkResourcesCommand = /* @__PURE__ */ __name(async (output, contex
2897
2897
  });
2898
2898
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2899
2899
  const doc = (0, import_smithy_client.take)(data, {
2900
- NetworkResources: (_) => de_NetworkResourceList(_, context),
2900
+ NetworkResources: /* @__PURE__ */ __name((_) => de_NetworkResourceList(_, context), "NetworkResources"),
2901
2901
  NextToken: import_smithy_client.expectString
2902
2902
  });
2903
2903
  Object.assign(contents, doc);
@@ -2915,7 +2915,7 @@ var de_GetNetworkRoutesCommand = /* @__PURE__ */ __name(async (output, context)
2915
2915
  CoreNetworkSegmentEdge: import_smithy_client._json,
2916
2916
  NetworkRoutes: import_smithy_client._json,
2917
2917
  RouteTableArn: import_smithy_client.expectString,
2918
- RouteTableTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2918
+ RouteTableTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RouteTableTimestamp"),
2919
2919
  RouteTableType: import_smithy_client.expectString
2920
2920
  });
2921
2921
  Object.assign(contents, doc);
@@ -2930,7 +2930,7 @@ var de_GetNetworkTelemetryCommand = /* @__PURE__ */ __name(async (output, contex
2930
2930
  });
2931
2931
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2932
2932
  const doc = (0, import_smithy_client.take)(data, {
2933
- NetworkTelemetry: (_) => de_NetworkTelemetryList(_, context),
2933
+ NetworkTelemetry: /* @__PURE__ */ __name((_) => de_NetworkTelemetryList(_, context), "NetworkTelemetry"),
2934
2934
  NextToken: import_smithy_client.expectString
2935
2935
  });
2936
2936
  Object.assign(contents, doc);
@@ -2959,7 +2959,7 @@ var de_GetRouteAnalysisCommand = /* @__PURE__ */ __name(async (output, context)
2959
2959
  });
2960
2960
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2961
2961
  const doc = (0, import_smithy_client.take)(data, {
2962
- RouteAnalysis: (_) => de_RouteAnalysis(_, context)
2962
+ RouteAnalysis: /* @__PURE__ */ __name((_) => de_RouteAnalysis(_, context), "RouteAnalysis")
2963
2963
  });
2964
2964
  Object.assign(contents, doc);
2965
2965
  return contents;
@@ -2974,7 +2974,7 @@ var de_GetSitesCommand = /* @__PURE__ */ __name(async (output, context) => {
2974
2974
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2975
2975
  const doc = (0, import_smithy_client.take)(data, {
2976
2976
  NextToken: import_smithy_client.expectString,
2977
- Sites: (_) => de_SiteList(_, context)
2977
+ Sites: /* @__PURE__ */ __name((_) => de_SiteList(_, context), "Sites")
2978
2978
  });
2979
2979
  Object.assign(contents, doc);
2980
2980
  return contents;
@@ -2988,7 +2988,7 @@ var de_GetSiteToSiteVpnAttachmentCommand = /* @__PURE__ */ __name(async (output,
2988
2988
  });
2989
2989
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2990
2990
  const doc = (0, import_smithy_client.take)(data, {
2991
- SiteToSiteVpnAttachment: (_) => de_SiteToSiteVpnAttachment(_, context)
2991
+ SiteToSiteVpnAttachment: /* @__PURE__ */ __name((_) => de_SiteToSiteVpnAttachment(_, context), "SiteToSiteVpnAttachment")
2992
2992
  });
2993
2993
  Object.assign(contents, doc);
2994
2994
  return contents;
@@ -3017,7 +3017,7 @@ var de_GetTransitGatewayPeeringCommand = /* @__PURE__ */ __name(async (output, c
3017
3017
  });
3018
3018
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3019
3019
  const doc = (0, import_smithy_client.take)(data, {
3020
- TransitGatewayPeering: (_) => de_TransitGatewayPeering(_, context)
3020
+ TransitGatewayPeering: /* @__PURE__ */ __name((_) => de_TransitGatewayPeering(_, context), "TransitGatewayPeering")
3021
3021
  });
3022
3022
  Object.assign(contents, doc);
3023
3023
  return contents;
@@ -3046,7 +3046,7 @@ var de_GetTransitGatewayRouteTableAttachmentCommand = /* @__PURE__ */ __name(asy
3046
3046
  });
3047
3047
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3048
3048
  const doc = (0, import_smithy_client.take)(data, {
3049
- TransitGatewayRouteTableAttachment: (_) => de_TransitGatewayRouteTableAttachment(_, context)
3049
+ TransitGatewayRouteTableAttachment: /* @__PURE__ */ __name((_) => de_TransitGatewayRouteTableAttachment(_, context), "TransitGatewayRouteTableAttachment")
3050
3050
  });
3051
3051
  Object.assign(contents, doc);
3052
3052
  return contents;
@@ -3060,7 +3060,7 @@ var de_GetVpcAttachmentCommand = /* @__PURE__ */ __name(async (output, context)
3060
3060
  });
3061
3061
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3062
3062
  const doc = (0, import_smithy_client.take)(data, {
3063
- VpcAttachment: (_) => de_VpcAttachment(_, context)
3063
+ VpcAttachment: /* @__PURE__ */ __name((_) => de_VpcAttachment(_, context), "VpcAttachment")
3064
3064
  });
3065
3065
  Object.assign(contents, doc);
3066
3066
  return contents;
@@ -3074,7 +3074,7 @@ var de_ListAttachmentsCommand = /* @__PURE__ */ __name(async (output, context) =
3074
3074
  });
3075
3075
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3076
3076
  const doc = (0, import_smithy_client.take)(data, {
3077
- Attachments: (_) => de_AttachmentList(_, context),
3077
+ Attachments: /* @__PURE__ */ __name((_) => de_AttachmentList(_, context), "Attachments"),
3078
3078
  NextToken: import_smithy_client.expectString
3079
3079
  });
3080
3080
  Object.assign(contents, doc);
@@ -3089,7 +3089,7 @@ var de_ListConnectPeersCommand = /* @__PURE__ */ __name(async (output, context)
3089
3089
  });
3090
3090
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3091
3091
  const doc = (0, import_smithy_client.take)(data, {
3092
- ConnectPeers: (_) => de_ConnectPeerSummaryList(_, context),
3092
+ ConnectPeers: /* @__PURE__ */ __name((_) => de_ConnectPeerSummaryList(_, context), "ConnectPeers"),
3093
3093
  NextToken: import_smithy_client.expectString
3094
3094
  });
3095
3095
  Object.assign(contents, doc);
@@ -3104,7 +3104,7 @@ var de_ListCoreNetworkPolicyVersionsCommand = /* @__PURE__ */ __name(async (outp
3104
3104
  });
3105
3105
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3106
3106
  const doc = (0, import_smithy_client.take)(data, {
3107
- CoreNetworkPolicyVersions: (_) => de_CoreNetworkPolicyVersionList(_, context),
3107
+ CoreNetworkPolicyVersions: /* @__PURE__ */ __name((_) => de_CoreNetworkPolicyVersionList(_, context), "CoreNetworkPolicyVersions"),
3108
3108
  NextToken: import_smithy_client.expectString
3109
3109
  });
3110
3110
  Object.assign(contents, doc);
@@ -3150,7 +3150,7 @@ var de_ListPeeringsCommand = /* @__PURE__ */ __name(async (output, context) => {
3150
3150
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3151
3151
  const doc = (0, import_smithy_client.take)(data, {
3152
3152
  NextToken: import_smithy_client.expectString,
3153
- Peerings: (_) => de_PeeringList(_, context)
3153
+ Peerings: /* @__PURE__ */ __name((_) => de_PeeringList(_, context), "Peerings")
3154
3154
  });
3155
3155
  Object.assign(contents, doc);
3156
3156
  return contents;
@@ -3178,7 +3178,7 @@ var de_PutCoreNetworkPolicyCommand = /* @__PURE__ */ __name(async (output, conte
3178
3178
  });
3179
3179
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3180
3180
  const doc = (0, import_smithy_client.take)(data, {
3181
- CoreNetworkPolicy: (_) => de_CoreNetworkPolicy(_, context)
3181
+ CoreNetworkPolicy: /* @__PURE__ */ __name((_) => de_CoreNetworkPolicy(_, context), "CoreNetworkPolicy")
3182
3182
  });
3183
3183
  Object.assign(contents, doc);
3184
3184
  return contents;
@@ -3216,7 +3216,7 @@ var de_RejectAttachmentCommand = /* @__PURE__ */ __name(async (output, context)
3216
3216
  });
3217
3217
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3218
3218
  const doc = (0, import_smithy_client.take)(data, {
3219
- Attachment: (_) => de_Attachment(_, context)
3219
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment")
3220
3220
  });
3221
3221
  Object.assign(contents, doc);
3222
3222
  return contents;
@@ -3230,7 +3230,7 @@ var de_RestoreCoreNetworkPolicyVersionCommand = /* @__PURE__ */ __name(async (ou
3230
3230
  });
3231
3231
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3232
3232
  const doc = (0, import_smithy_client.take)(data, {
3233
- CoreNetworkPolicy: (_) => de_CoreNetworkPolicy(_, context)
3233
+ CoreNetworkPolicy: /* @__PURE__ */ __name((_) => de_CoreNetworkPolicy(_, context), "CoreNetworkPolicy")
3234
3234
  });
3235
3235
  Object.assign(contents, doc);
3236
3236
  return contents;
@@ -3258,7 +3258,7 @@ var de_StartRouteAnalysisCommand = /* @__PURE__ */ __name(async (output, context
3258
3258
  });
3259
3259
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3260
3260
  const doc = (0, import_smithy_client.take)(data, {
3261
- RouteAnalysis: (_) => de_RouteAnalysis(_, context)
3261
+ RouteAnalysis: /* @__PURE__ */ __name((_) => de_RouteAnalysis(_, context), "RouteAnalysis")
3262
3262
  });
3263
3263
  Object.assign(contents, doc);
3264
3264
  return contents;
@@ -3292,7 +3292,7 @@ var de_UpdateConnectionCommand = /* @__PURE__ */ __name(async (output, context)
3292
3292
  });
3293
3293
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3294
3294
  const doc = (0, import_smithy_client.take)(data, {
3295
- Connection: (_) => de_Connection(_, context)
3295
+ Connection: /* @__PURE__ */ __name((_) => de_Connection(_, context), "Connection")
3296
3296
  });
3297
3297
  Object.assign(contents, doc);
3298
3298
  return contents;
@@ -3306,7 +3306,7 @@ var de_UpdateCoreNetworkCommand = /* @__PURE__ */ __name(async (output, context)
3306
3306
  });
3307
3307
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3308
3308
  const doc = (0, import_smithy_client.take)(data, {
3309
- CoreNetwork: (_) => de_CoreNetwork(_, context)
3309
+ CoreNetwork: /* @__PURE__ */ __name((_) => de_CoreNetwork(_, context), "CoreNetwork")
3310
3310
  });
3311
3311
  Object.assign(contents, doc);
3312
3312
  return contents;
@@ -3320,7 +3320,7 @@ var de_UpdateDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
3320
3320
  });
3321
3321
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3322
3322
  const doc = (0, import_smithy_client.take)(data, {
3323
- Device: (_) => de_Device(_, context)
3323
+ Device: /* @__PURE__ */ __name((_) => de_Device(_, context), "Device")
3324
3324
  });
3325
3325
  Object.assign(contents, doc);
3326
3326
  return contents;
@@ -3334,7 +3334,7 @@ var de_UpdateDirectConnectGatewayAttachmentCommand = /* @__PURE__ */ __name(asyn
3334
3334
  });
3335
3335
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3336
3336
  const doc = (0, import_smithy_client.take)(data, {
3337
- DirectConnectGatewayAttachment: (_) => de_DirectConnectGatewayAttachment(_, context)
3337
+ DirectConnectGatewayAttachment: /* @__PURE__ */ __name((_) => de_DirectConnectGatewayAttachment(_, context), "DirectConnectGatewayAttachment")
3338
3338
  });
3339
3339
  Object.assign(contents, doc);
3340
3340
  return contents;
@@ -3348,7 +3348,7 @@ var de_UpdateGlobalNetworkCommand = /* @__PURE__ */ __name(async (output, contex
3348
3348
  });
3349
3349
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3350
3350
  const doc = (0, import_smithy_client.take)(data, {
3351
- GlobalNetwork: (_) => de_GlobalNetwork(_, context)
3351
+ GlobalNetwork: /* @__PURE__ */ __name((_) => de_GlobalNetwork(_, context), "GlobalNetwork")
3352
3352
  });
3353
3353
  Object.assign(contents, doc);
3354
3354
  return contents;
@@ -3362,7 +3362,7 @@ var de_UpdateLinkCommand = /* @__PURE__ */ __name(async (output, context) => {
3362
3362
  });
3363
3363
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3364
3364
  const doc = (0, import_smithy_client.take)(data, {
3365
- Link: (_) => de_Link(_, context)
3365
+ Link: /* @__PURE__ */ __name((_) => de_Link(_, context), "Link")
3366
3366
  });
3367
3367
  Object.assign(contents, doc);
3368
3368
  return contents;
@@ -3391,7 +3391,7 @@ var de_UpdateSiteCommand = /* @__PURE__ */ __name(async (output, context) => {
3391
3391
  });
3392
3392
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3393
3393
  const doc = (0, import_smithy_client.take)(data, {
3394
- Site: (_) => de_Site(_, context)
3394
+ Site: /* @__PURE__ */ __name((_) => de_Site(_, context), "Site")
3395
3395
  });
3396
3396
  Object.assign(contents, doc);
3397
3397
  return contents;
@@ -3405,7 +3405,7 @@ var de_UpdateVpcAttachmentCommand = /* @__PURE__ */ __name(async (output, contex
3405
3405
  });
3406
3406
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3407
3407
  const doc = (0, import_smithy_client.take)(data, {
3408
- VpcAttachment: (_) => de_VpcAttachment(_, context)
3408
+ VpcAttachment: /* @__PURE__ */ __name((_) => de_VpcAttachment(_, context), "VpcAttachment")
3409
3409
  });
3410
3410
  Object.assign(contents, doc);
3411
3411
  return contents;
@@ -3578,7 +3578,7 @@ var de_Attachment = /* @__PURE__ */ __name((output, context) => {
3578
3578
  AttachmentType: import_smithy_client.expectString,
3579
3579
  CoreNetworkArn: import_smithy_client.expectString,
3580
3580
  CoreNetworkId: import_smithy_client.expectString,
3581
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3581
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3582
3582
  EdgeLocation: import_smithy_client.expectString,
3583
3583
  EdgeLocations: import_smithy_client._json,
3584
3584
  LastModificationErrors: import_smithy_client._json,
@@ -3590,7 +3590,7 @@ var de_Attachment = /* @__PURE__ */ __name((output, context) => {
3590
3590
  SegmentName: import_smithy_client.expectString,
3591
3591
  State: import_smithy_client.expectString,
3592
3592
  Tags: import_smithy_client._json,
3593
- UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3593
+ UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
3594
3594
  });
3595
3595
  }, "de_Attachment");
3596
3596
  var de_AttachmentList = /* @__PURE__ */ __name((output, context) => {
@@ -3601,7 +3601,7 @@ var de_AttachmentList = /* @__PURE__ */ __name((output, context) => {
3601
3601
  }, "de_AttachmentList");
3602
3602
  var de_ConnectAttachment = /* @__PURE__ */ __name((output, context) => {
3603
3603
  return (0, import_smithy_client.take)(output, {
3604
- Attachment: (_) => de_Attachment(_, context),
3604
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment"),
3605
3605
  Options: import_smithy_client._json,
3606
3606
  TransportAttachmentId: import_smithy_client.expectString
3607
3607
  });
@@ -3612,7 +3612,7 @@ var de_Connection = /* @__PURE__ */ __name((output, context) => {
3612
3612
  ConnectedLinkId: import_smithy_client.expectString,
3613
3613
  ConnectionArn: import_smithy_client.expectString,
3614
3614
  ConnectionId: import_smithy_client.expectString,
3615
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3615
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3616
3616
  Description: import_smithy_client.expectString,
3617
3617
  DeviceId: import_smithy_client.expectString,
3618
3618
  GlobalNetworkId: import_smithy_client.expectString,
@@ -3624,7 +3624,7 @@ var de_Connection = /* @__PURE__ */ __name((output, context) => {
3624
3624
  var de_ConnectionHealth = /* @__PURE__ */ __name((output, context) => {
3625
3625
  return (0, import_smithy_client.take)(output, {
3626
3626
  Status: import_smithy_client.expectString,
3627
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3627
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp"),
3628
3628
  Type: import_smithy_client.expectString
3629
3629
  });
3630
3630
  }, "de_ConnectionHealth");
@@ -3640,7 +3640,7 @@ var de_ConnectPeer = /* @__PURE__ */ __name((output, context) => {
3640
3640
  ConnectAttachmentId: import_smithy_client.expectString,
3641
3641
  ConnectPeerId: import_smithy_client.expectString,
3642
3642
  CoreNetworkId: import_smithy_client.expectString,
3643
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3643
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3644
3644
  EdgeLocation: import_smithy_client.expectString,
3645
3645
  LastModificationErrors: import_smithy_client._json,
3646
3646
  State: import_smithy_client.expectString,
@@ -3654,7 +3654,7 @@ var de_ConnectPeerSummary = /* @__PURE__ */ __name((output, context) => {
3654
3654
  ConnectPeerId: import_smithy_client.expectString,
3655
3655
  ConnectPeerState: import_smithy_client.expectString,
3656
3656
  CoreNetworkId: import_smithy_client.expectString,
3657
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3657
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3658
3658
  EdgeLocation: import_smithy_client.expectString,
3659
3659
  SubnetArn: import_smithy_client.expectString,
3660
3660
  Tags: import_smithy_client._json
@@ -3670,7 +3670,7 @@ var de_CoreNetwork = /* @__PURE__ */ __name((output, context) => {
3670
3670
  return (0, import_smithy_client.take)(output, {
3671
3671
  CoreNetworkArn: import_smithy_client.expectString,
3672
3672
  CoreNetworkId: import_smithy_client.expectString,
3673
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3673
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3674
3674
  Description: import_smithy_client.expectString,
3675
3675
  Edges: import_smithy_client._json,
3676
3676
  GlobalNetworkId: import_smithy_client.expectString,
@@ -3683,7 +3683,7 @@ var de_CoreNetwork = /* @__PURE__ */ __name((output, context) => {
3683
3683
  var de_CoreNetworkChangeEvent = /* @__PURE__ */ __name((output, context) => {
3684
3684
  return (0, import_smithy_client.take)(output, {
3685
3685
  Action: import_smithy_client.expectString,
3686
- EventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3686
+ EventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EventTime"),
3687
3687
  IdentifierPath: import_smithy_client.expectString,
3688
3688
  Status: import_smithy_client.expectString,
3689
3689
  Type: import_smithy_client.expectString,
@@ -3701,7 +3701,7 @@ var de_CoreNetworkPolicy = /* @__PURE__ */ __name((output, context) => {
3701
3701
  Alias: import_smithy_client.expectString,
3702
3702
  ChangeSetState: import_smithy_client.expectString,
3703
3703
  CoreNetworkId: import_smithy_client.expectString,
3704
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3704
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3705
3705
  Description: import_smithy_client.expectString,
3706
3706
  PolicyDocument: import_smithy_client.LazyJsonString.from,
3707
3707
  PolicyErrors: import_smithy_client._json,
@@ -3713,7 +3713,7 @@ var de_CoreNetworkPolicyVersion = /* @__PURE__ */ __name((output, context) => {
3713
3713
  Alias: import_smithy_client.expectString,
3714
3714
  ChangeSetState: import_smithy_client.expectString,
3715
3715
  CoreNetworkId: import_smithy_client.expectString,
3716
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3716
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3717
3717
  Description: import_smithy_client.expectString,
3718
3718
  PolicyVersionId: import_smithy_client.expectInt32
3719
3719
  });
@@ -3727,7 +3727,7 @@ var de_CoreNetworkPolicyVersionList = /* @__PURE__ */ __name((output, context) =
3727
3727
  var de_Device = /* @__PURE__ */ __name((output, context) => {
3728
3728
  return (0, import_smithy_client.take)(output, {
3729
3729
  AWSLocation: import_smithy_client._json,
3730
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3730
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3731
3731
  Description: import_smithy_client.expectString,
3732
3732
  DeviceArn: import_smithy_client.expectString,
3733
3733
  DeviceId: import_smithy_client.expectString,
@@ -3750,13 +3750,13 @@ var de_DeviceList = /* @__PURE__ */ __name((output, context) => {
3750
3750
  }, "de_DeviceList");
3751
3751
  var de_DirectConnectGatewayAttachment = /* @__PURE__ */ __name((output, context) => {
3752
3752
  return (0, import_smithy_client.take)(output, {
3753
- Attachment: (_) => de_Attachment(_, context),
3753
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment"),
3754
3754
  DirectConnectGatewayArn: import_smithy_client.expectString
3755
3755
  });
3756
3756
  }, "de_DirectConnectGatewayAttachment");
3757
3757
  var de_GlobalNetwork = /* @__PURE__ */ __name((output, context) => {
3758
3758
  return (0, import_smithy_client.take)(output, {
3759
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3759
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3760
3760
  Description: import_smithy_client.expectString,
3761
3761
  GlobalNetworkArn: import_smithy_client.expectString,
3762
3762
  GlobalNetworkId: import_smithy_client.expectString,
@@ -3773,7 +3773,7 @@ var de_GlobalNetworkList = /* @__PURE__ */ __name((output, context) => {
3773
3773
  var de_Link = /* @__PURE__ */ __name((output, context) => {
3774
3774
  return (0, import_smithy_client.take)(output, {
3775
3775
  Bandwidth: import_smithy_client._json,
3776
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3776
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3777
3777
  Description: import_smithy_client.expectString,
3778
3778
  GlobalNetworkId: import_smithy_client.expectString,
3779
3779
  LinkArn: import_smithy_client.expectString,
@@ -3797,7 +3797,7 @@ var de_NetworkResource = /* @__PURE__ */ __name((output, context) => {
3797
3797
  AwsRegion: import_smithy_client.expectString,
3798
3798
  CoreNetworkId: import_smithy_client.expectString,
3799
3799
  Definition: import_smithy_client.expectString,
3800
- DefinitionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3800
+ DefinitionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DefinitionTimestamp"),
3801
3801
  Metadata: import_smithy_client._json,
3802
3802
  RegisteredGatewayArn: import_smithy_client.expectString,
3803
3803
  ResourceArn: import_smithy_client.expectString,
@@ -3818,7 +3818,7 @@ var de_NetworkTelemetry = /* @__PURE__ */ __name((output, context) => {
3818
3818
  Address: import_smithy_client.expectString,
3819
3819
  AwsRegion: import_smithy_client.expectString,
3820
3820
  CoreNetworkId: import_smithy_client.expectString,
3821
- Health: (_) => de_ConnectionHealth(_, context),
3821
+ Health: /* @__PURE__ */ __name((_) => de_ConnectionHealth(_, context), "Health"),
3822
3822
  RegisteredGatewayArn: import_smithy_client.expectString,
3823
3823
  ResourceArn: import_smithy_client.expectString,
3824
3824
  ResourceId: import_smithy_client.expectString,
@@ -3835,7 +3835,7 @@ var de_Peering = /* @__PURE__ */ __name((output, context) => {
3835
3835
  return (0, import_smithy_client.take)(output, {
3836
3836
  CoreNetworkArn: import_smithy_client.expectString,
3837
3837
  CoreNetworkId: import_smithy_client.expectString,
3838
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3838
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3839
3839
  EdgeLocation: import_smithy_client.expectString,
3840
3840
  LastModificationErrors: import_smithy_client._json,
3841
3841
  OwnerAccountId: import_smithy_client.expectString,
@@ -3862,14 +3862,14 @@ var de_RouteAnalysis = /* @__PURE__ */ __name((output, context) => {
3862
3862
  ReturnPath: import_smithy_client._json,
3863
3863
  RouteAnalysisId: import_smithy_client.expectString,
3864
3864
  Source: import_smithy_client._json,
3865
- StartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3865
+ StartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTimestamp"),
3866
3866
  Status: import_smithy_client.expectString,
3867
3867
  UseMiddleboxes: import_smithy_client.expectBoolean
3868
3868
  });
3869
3869
  }, "de_RouteAnalysis");
3870
3870
  var de_Site = /* @__PURE__ */ __name((output, context) => {
3871
3871
  return (0, import_smithy_client.take)(output, {
3872
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3872
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
3873
3873
  Description: import_smithy_client.expectString,
3874
3874
  GlobalNetworkId: import_smithy_client.expectString,
3875
3875
  Location: import_smithy_client._json,
@@ -3887,27 +3887,27 @@ var de_SiteList = /* @__PURE__ */ __name((output, context) => {
3887
3887
  }, "de_SiteList");
3888
3888
  var de_SiteToSiteVpnAttachment = /* @__PURE__ */ __name((output, context) => {
3889
3889
  return (0, import_smithy_client.take)(output, {
3890
- Attachment: (_) => de_Attachment(_, context),
3890
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment"),
3891
3891
  VpnConnectionArn: import_smithy_client.expectString
3892
3892
  });
3893
3893
  }, "de_SiteToSiteVpnAttachment");
3894
3894
  var de_TransitGatewayPeering = /* @__PURE__ */ __name((output, context) => {
3895
3895
  return (0, import_smithy_client.take)(output, {
3896
- Peering: (_) => de_Peering(_, context),
3896
+ Peering: /* @__PURE__ */ __name((_) => de_Peering(_, context), "Peering"),
3897
3897
  TransitGatewayArn: import_smithy_client.expectString,
3898
3898
  TransitGatewayPeeringAttachmentId: import_smithy_client.expectString
3899
3899
  });
3900
3900
  }, "de_TransitGatewayPeering");
3901
3901
  var de_TransitGatewayRouteTableAttachment = /* @__PURE__ */ __name((output, context) => {
3902
3902
  return (0, import_smithy_client.take)(output, {
3903
- Attachment: (_) => de_Attachment(_, context),
3903
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment"),
3904
3904
  PeeringId: import_smithy_client.expectString,
3905
3905
  TransitGatewayRouteTableArn: import_smithy_client.expectString
3906
3906
  });
3907
3907
  }, "de_TransitGatewayRouteTableAttachment");
3908
3908
  var de_VpcAttachment = /* @__PURE__ */ __name((output, context) => {
3909
3909
  return (0, import_smithy_client.take)(output, {
3910
- Attachment: (_) => de_Attachment(_, context),
3910
+ Attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "Attachment"),
3911
3911
  Options: import_smithy_client._json,
3912
3912
  SubnetArns: import_smithy_client._json
3913
3913
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-networkmanager",
3
3
  "description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.772.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-networkmanager",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",