@aws-sdk/client-vpc-lattice 3.758.0 → 3.774.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 +122 -134
- package/package.json +7 -7
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
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AuthPolicyState: () => AuthPolicyState,
|
|
26
26
|
AuthType: () => AuthType,
|
|
@@ -145,7 +145,7 @@ __export(src_exports, {
|
|
|
145
145
|
paginateListTargetGroups: () => paginateListTargetGroups,
|
|
146
146
|
paginateListTargets: () => paginateListTargets
|
|
147
147
|
});
|
|
148
|
-
module.exports = __toCommonJS(
|
|
148
|
+
module.exports = __toCommonJS(index_exports);
|
|
149
149
|
|
|
150
150
|
// src/VPCLatticeClient.ts
|
|
151
151
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -272,9 +272,9 @@ var VPCLatticeClient = class extends import_smithy_client.Client {
|
|
|
272
272
|
this.middlewareStack.use(
|
|
273
273
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
274
274
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultVPCLatticeHttpAuthSchemeParametersProvider,
|
|
275
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
275
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
276
276
|
"aws.auth#sigv4": config.credentials
|
|
277
|
-
})
|
|
277
|
+
}), "identityProviderConfigProvider")
|
|
278
278
|
})
|
|
279
279
|
);
|
|
280
280
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -518,40 +518,32 @@ var AuthType = {
|
|
|
518
518
|
var RuleAction;
|
|
519
519
|
((RuleAction3) => {
|
|
520
520
|
RuleAction3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
521
|
-
if (value.forward !== void 0)
|
|
522
|
-
|
|
523
|
-
if (value.fixedResponse !== void 0)
|
|
524
|
-
return visitor.fixedResponse(value.fixedResponse);
|
|
521
|
+
if (value.forward !== void 0) return visitor.forward(value.forward);
|
|
522
|
+
if (value.fixedResponse !== void 0) return visitor.fixedResponse(value.fixedResponse);
|
|
525
523
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
526
524
|
}, "visit");
|
|
527
525
|
})(RuleAction || (RuleAction = {}));
|
|
528
526
|
var HeaderMatchType;
|
|
529
527
|
((HeaderMatchType3) => {
|
|
530
528
|
HeaderMatchType3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
531
|
-
if (value.exact !== void 0)
|
|
532
|
-
|
|
533
|
-
if (value.
|
|
534
|
-
return visitor.prefix(value.prefix);
|
|
535
|
-
if (value.contains !== void 0)
|
|
536
|
-
return visitor.contains(value.contains);
|
|
529
|
+
if (value.exact !== void 0) return visitor.exact(value.exact);
|
|
530
|
+
if (value.prefix !== void 0) return visitor.prefix(value.prefix);
|
|
531
|
+
if (value.contains !== void 0) return visitor.contains(value.contains);
|
|
537
532
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
538
533
|
}, "visit");
|
|
539
534
|
})(HeaderMatchType || (HeaderMatchType = {}));
|
|
540
535
|
var PathMatchType;
|
|
541
536
|
((PathMatchType3) => {
|
|
542
537
|
PathMatchType3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
543
|
-
if (value.exact !== void 0)
|
|
544
|
-
|
|
545
|
-
if (value.prefix !== void 0)
|
|
546
|
-
return visitor.prefix(value.prefix);
|
|
538
|
+
if (value.exact !== void 0) return visitor.exact(value.exact);
|
|
539
|
+
if (value.prefix !== void 0) return visitor.prefix(value.prefix);
|
|
547
540
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
548
541
|
}, "visit");
|
|
549
542
|
})(PathMatchType || (PathMatchType = {}));
|
|
550
543
|
var RuleMatch;
|
|
551
544
|
((RuleMatch3) => {
|
|
552
545
|
RuleMatch3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
553
|
-
if (value.httpMatch !== void 0)
|
|
554
|
-
return visitor.httpMatch(value.httpMatch);
|
|
546
|
+
if (value.httpMatch !== void 0) return visitor.httpMatch(value.httpMatch);
|
|
555
547
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
556
548
|
}, "visit");
|
|
557
549
|
})(RuleMatch || (RuleMatch = {}));
|
|
@@ -634,12 +626,9 @@ var ResourceConfigurationIpAddressType = {
|
|
|
634
626
|
var ResourceConfigurationDefinition;
|
|
635
627
|
((ResourceConfigurationDefinition3) => {
|
|
636
628
|
ResourceConfigurationDefinition3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
637
|
-
if (value.dnsResource !== void 0)
|
|
638
|
-
|
|
639
|
-
if (value.
|
|
640
|
-
return visitor.ipResource(value.ipResource);
|
|
641
|
-
if (value.arnResource !== void 0)
|
|
642
|
-
return visitor.arnResource(value.arnResource);
|
|
629
|
+
if (value.dnsResource !== void 0) return visitor.dnsResource(value.dnsResource);
|
|
630
|
+
if (value.ipResource !== void 0) return visitor.ipResource(value.ipResource);
|
|
631
|
+
if (value.arnResource !== void 0) return visitor.arnResource(value.arnResource);
|
|
643
632
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
644
633
|
}, "visit");
|
|
645
634
|
})(ResourceConfigurationDefinition || (ResourceConfigurationDefinition = {}));
|
|
@@ -838,8 +827,7 @@ var ServiceNetworkVpcAssociationStatus = {
|
|
|
838
827
|
var Matcher;
|
|
839
828
|
((Matcher3) => {
|
|
840
829
|
Matcher3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
841
|
-
if (value.httpCode !== void 0)
|
|
842
|
-
return visitor.httpCode(value.httpCode);
|
|
830
|
+
if (value.httpCode !== void 0) return visitor.httpCode(value.httpCode);
|
|
843
831
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
844
832
|
}, "visit");
|
|
845
833
|
})(Matcher || (Matcher = {}));
|
|
@@ -980,7 +968,7 @@ var se_BatchUpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
980
968
|
let body;
|
|
981
969
|
body = JSON.stringify(
|
|
982
970
|
(0, import_smithy_client.take)(input, {
|
|
983
|
-
rules: (_) => (0, import_smithy_client._json)(_)
|
|
971
|
+
rules: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "rules")
|
|
984
972
|
})
|
|
985
973
|
);
|
|
986
974
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -999,7 +987,7 @@ var se_CreateAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
999
987
|
destinationArn: [],
|
|
1000
988
|
resourceIdentifier: [],
|
|
1001
989
|
serviceNetworkLogType: [],
|
|
1002
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
990
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1003
991
|
})
|
|
1004
992
|
);
|
|
1005
993
|
b.m("POST").h(headers).b(body);
|
|
@@ -1016,11 +1004,11 @@ var se_CreateListenerCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1016
1004
|
body = JSON.stringify(
|
|
1017
1005
|
(0, import_smithy_client.take)(input, {
|
|
1018
1006
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1019
|
-
defaultAction: (_) => (0, import_smithy_client._json)(_),
|
|
1007
|
+
defaultAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultAction"),
|
|
1020
1008
|
name: [],
|
|
1021
1009
|
port: [],
|
|
1022
1010
|
protocol: [],
|
|
1023
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1011
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1024
1012
|
})
|
|
1025
1013
|
);
|
|
1026
1014
|
b.m("POST").h(headers).b(body);
|
|
@@ -1038,12 +1026,12 @@ var se_CreateResourceConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1038
1026
|
allowAssociationToShareableServiceNetwork: [],
|
|
1039
1027
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1040
1028
|
name: [],
|
|
1041
|
-
portRanges: (_) => (0, import_smithy_client._json)(_),
|
|
1029
|
+
portRanges: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "portRanges"),
|
|
1042
1030
|
protocol: [],
|
|
1043
|
-
resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)(_),
|
|
1031
|
+
resourceConfigurationDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceConfigurationDefinition"),
|
|
1044
1032
|
resourceConfigurationGroupIdentifier: [],
|
|
1045
1033
|
resourceGatewayIdentifier: [],
|
|
1046
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1034
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1047
1035
|
type: []
|
|
1048
1036
|
})
|
|
1049
1037
|
);
|
|
@@ -1062,9 +1050,9 @@ var se_CreateResourceGatewayCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1062
1050
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1063
1051
|
ipAddressType: [],
|
|
1064
1052
|
name: [],
|
|
1065
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
1066
|
-
subnetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1067
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1053
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
1054
|
+
subnetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnetIds"),
|
|
1055
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1068
1056
|
vpcIdentifier: []
|
|
1069
1057
|
})
|
|
1070
1058
|
);
|
|
@@ -1082,12 +1070,12 @@ var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1082
1070
|
let body;
|
|
1083
1071
|
body = JSON.stringify(
|
|
1084
1072
|
(0, import_smithy_client.take)(input, {
|
|
1085
|
-
action: (_) => (0, import_smithy_client._json)(_),
|
|
1073
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "action"),
|
|
1086
1074
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1087
|
-
match: (_) => (0, import_smithy_client._json)(_),
|
|
1075
|
+
match: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "match"),
|
|
1088
1076
|
name: [],
|
|
1089
1077
|
priority: [],
|
|
1090
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1078
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1091
1079
|
})
|
|
1092
1080
|
);
|
|
1093
1081
|
b.m("POST").h(headers).b(body);
|
|
@@ -1107,7 +1095,7 @@ var se_CreateServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1107
1095
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1108
1096
|
customDomainName: [],
|
|
1109
1097
|
name: [],
|
|
1110
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1098
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1111
1099
|
})
|
|
1112
1100
|
);
|
|
1113
1101
|
b.m("POST").h(headers).b(body);
|
|
@@ -1125,8 +1113,8 @@ var se_CreateServiceNetworkCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1125
1113
|
authType: [],
|
|
1126
1114
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1127
1115
|
name: [],
|
|
1128
|
-
sharingConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1129
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1116
|
+
sharingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sharingConfig"),
|
|
1117
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1130
1118
|
})
|
|
1131
1119
|
);
|
|
1132
1120
|
b.m("POST").h(headers).b(body);
|
|
@@ -1144,7 +1132,7 @@ var se_CreateServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(a
|
|
|
1144
1132
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1145
1133
|
resourceConfigurationIdentifier: [],
|
|
1146
1134
|
serviceNetworkIdentifier: [],
|
|
1147
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1135
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1148
1136
|
})
|
|
1149
1137
|
);
|
|
1150
1138
|
b.m("POST").h(headers).b(body);
|
|
@@ -1162,7 +1150,7 @@ var se_CreateServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(as
|
|
|
1162
1150
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1163
1151
|
serviceIdentifier: [],
|
|
1164
1152
|
serviceNetworkIdentifier: [],
|
|
1165
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1153
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1166
1154
|
})
|
|
1167
1155
|
);
|
|
1168
1156
|
b.m("POST").h(headers).b(body);
|
|
@@ -1178,9 +1166,9 @@ var se_CreateServiceNetworkVpcAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
1178
1166
|
body = JSON.stringify(
|
|
1179
1167
|
(0, import_smithy_client.take)(input, {
|
|
1180
1168
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1181
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
1169
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
1182
1170
|
serviceNetworkIdentifier: [],
|
|
1183
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1171
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1184
1172
|
vpcIdentifier: []
|
|
1185
1173
|
})
|
|
1186
1174
|
);
|
|
@@ -1197,9 +1185,9 @@ var se_CreateTargetGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1197
1185
|
body = JSON.stringify(
|
|
1198
1186
|
(0, import_smithy_client.take)(input, {
|
|
1199
1187
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1200
|
-
config: (_) => (0, import_smithy_client._json)(_),
|
|
1188
|
+
config: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "config"),
|
|
1201
1189
|
name: [],
|
|
1202
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1190
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1203
1191
|
type: []
|
|
1204
1192
|
})
|
|
1205
1193
|
);
|
|
@@ -1375,7 +1363,7 @@ var se_DeregisterTargetsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1375
1363
|
let body;
|
|
1376
1364
|
body = JSON.stringify(
|
|
1377
1365
|
(0, import_smithy_client.take)(input, {
|
|
1378
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1366
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1379
1367
|
})
|
|
1380
1368
|
);
|
|
1381
1369
|
b.m("POST").h(headers).b(body);
|
|
@@ -1724,7 +1712,7 @@ var se_ListTargetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1724
1712
|
let body;
|
|
1725
1713
|
body = JSON.stringify(
|
|
1726
1714
|
(0, import_smithy_client.take)(input, {
|
|
1727
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1715
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1728
1716
|
})
|
|
1729
1717
|
);
|
|
1730
1718
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1772,7 +1760,7 @@ var se_RegisterTargetsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1772
1760
|
let body;
|
|
1773
1761
|
body = JSON.stringify(
|
|
1774
1762
|
(0, import_smithy_client.take)(input, {
|
|
1775
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1763
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1776
1764
|
})
|
|
1777
1765
|
);
|
|
1778
1766
|
b.m("POST").h(headers).b(body);
|
|
@@ -1788,7 +1776,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1788
1776
|
let body;
|
|
1789
1777
|
body = JSON.stringify(
|
|
1790
1778
|
(0, import_smithy_client.take)(input, {
|
|
1791
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1779
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1792
1780
|
})
|
|
1793
1781
|
);
|
|
1794
1782
|
b.m("POST").h(headers).b(body);
|
|
@@ -1838,7 +1826,7 @@ var se_UpdateListenerCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1838
1826
|
let body;
|
|
1839
1827
|
body = JSON.stringify(
|
|
1840
1828
|
(0, import_smithy_client.take)(input, {
|
|
1841
|
-
defaultAction: (_) => (0, import_smithy_client._json)(_)
|
|
1829
|
+
defaultAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultAction")
|
|
1842
1830
|
})
|
|
1843
1831
|
);
|
|
1844
1832
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1860,8 +1848,8 @@ var se_UpdateResourceConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1860
1848
|
body = JSON.stringify(
|
|
1861
1849
|
(0, import_smithy_client.take)(input, {
|
|
1862
1850
|
allowAssociationToShareableServiceNetwork: [],
|
|
1863
|
-
portRanges: (_) => (0, import_smithy_client._json)(_),
|
|
1864
|
-
resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)(_)
|
|
1851
|
+
portRanges: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "portRanges"),
|
|
1852
|
+
resourceConfigurationDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceConfigurationDefinition")
|
|
1865
1853
|
})
|
|
1866
1854
|
);
|
|
1867
1855
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1877,7 +1865,7 @@ var se_UpdateResourceGatewayCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1877
1865
|
let body;
|
|
1878
1866
|
body = JSON.stringify(
|
|
1879
1867
|
(0, import_smithy_client.take)(input, {
|
|
1880
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_)
|
|
1868
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds")
|
|
1881
1869
|
})
|
|
1882
1870
|
);
|
|
1883
1871
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1895,8 +1883,8 @@ var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1895
1883
|
let body;
|
|
1896
1884
|
body = JSON.stringify(
|
|
1897
1885
|
(0, import_smithy_client.take)(input, {
|
|
1898
|
-
action: (_) => (0, import_smithy_client._json)(_),
|
|
1899
|
-
match: (_) => (0, import_smithy_client._json)(_),
|
|
1886
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "action"),
|
|
1887
|
+
match: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "match"),
|
|
1900
1888
|
priority: []
|
|
1901
1889
|
})
|
|
1902
1890
|
);
|
|
@@ -1951,7 +1939,7 @@ var se_UpdateServiceNetworkVpcAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
1951
1939
|
let body;
|
|
1952
1940
|
body = JSON.stringify(
|
|
1953
1941
|
(0, import_smithy_client.take)(input, {
|
|
1954
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_)
|
|
1942
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds")
|
|
1955
1943
|
})
|
|
1956
1944
|
);
|
|
1957
1945
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1967,7 +1955,7 @@ var se_UpdateTargetGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1967
1955
|
let body;
|
|
1968
1956
|
body = JSON.stringify(
|
|
1969
1957
|
(0, import_smithy_client.take)(input, {
|
|
1970
|
-
healthCheck: (_) => (0, import_smithy_client._json)(_)
|
|
1958
|
+
healthCheck: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "healthCheck")
|
|
1971
1959
|
})
|
|
1972
1960
|
);
|
|
1973
1961
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2017,7 +2005,7 @@ var de_CreateListenerCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2017
2005
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2018
2006
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2019
2007
|
arn: import_smithy_client.expectString,
|
|
2020
|
-
defaultAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2008
|
+
defaultAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "defaultAction"),
|
|
2021
2009
|
id: import_smithy_client.expectString,
|
|
2022
2010
|
name: import_smithy_client.expectString,
|
|
2023
2011
|
port: import_smithy_client.expectInt32,
|
|
@@ -2039,13 +2027,13 @@ var de_CreateResourceConfigurationCommand = /* @__PURE__ */ __name(async (output
|
|
|
2039
2027
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2040
2028
|
allowAssociationToShareableServiceNetwork: import_smithy_client.expectBoolean,
|
|
2041
2029
|
arn: import_smithy_client.expectString,
|
|
2042
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2030
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2043
2031
|
failureReason: import_smithy_client.expectString,
|
|
2044
2032
|
id: import_smithy_client.expectString,
|
|
2045
2033
|
name: import_smithy_client.expectString,
|
|
2046
2034
|
portRanges: import_smithy_client._json,
|
|
2047
2035
|
protocol: import_smithy_client.expectString,
|
|
2048
|
-
resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2036
|
+
resourceConfigurationDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "resourceConfigurationDefinition"),
|
|
2049
2037
|
resourceConfigurationGroupId: import_smithy_client.expectString,
|
|
2050
2038
|
resourceGatewayId: import_smithy_client.expectString,
|
|
2051
2039
|
status: import_smithy_client.expectString,
|
|
@@ -2084,10 +2072,10 @@ var de_CreateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2084
2072
|
});
|
|
2085
2073
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2086
2074
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2087
|
-
action: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2075
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "action"),
|
|
2088
2076
|
arn: import_smithy_client.expectString,
|
|
2089
2077
|
id: import_smithy_client.expectString,
|
|
2090
|
-
match: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2078
|
+
match: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "match"),
|
|
2091
2079
|
name: import_smithy_client.expectString,
|
|
2092
2080
|
priority: import_smithy_client.expectInt32
|
|
2093
2081
|
});
|
|
@@ -2417,10 +2405,10 @@ var de_GetAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2417
2405
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2418
2406
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2419
2407
|
arn: import_smithy_client.expectString,
|
|
2420
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2408
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2421
2409
|
destinationArn: import_smithy_client.expectString,
|
|
2422
2410
|
id: import_smithy_client.expectString,
|
|
2423
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2411
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2424
2412
|
resourceArn: import_smithy_client.expectString,
|
|
2425
2413
|
resourceId: import_smithy_client.expectString,
|
|
2426
2414
|
serviceNetworkLogType: import_smithy_client.expectString
|
|
@@ -2437,8 +2425,8 @@ var de_GetAuthPolicyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2437
2425
|
});
|
|
2438
2426
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2439
2427
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2440
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2441
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2428
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2429
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2442
2430
|
policy: import_smithy_client.expectString,
|
|
2443
2431
|
state: import_smithy_client.expectString
|
|
2444
2432
|
});
|
|
@@ -2455,10 +2443,10 @@ var de_GetListenerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2455
2443
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2456
2444
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2457
2445
|
arn: import_smithy_client.expectString,
|
|
2458
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2459
|
-
defaultAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2446
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2447
|
+
defaultAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "defaultAction"),
|
|
2460
2448
|
id: import_smithy_client.expectString,
|
|
2461
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2449
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2462
2450
|
name: import_smithy_client.expectString,
|
|
2463
2451
|
port: import_smithy_client.expectInt32,
|
|
2464
2452
|
protocol: import_smithy_client.expectString,
|
|
@@ -2480,15 +2468,15 @@ var de_GetResourceConfigurationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2480
2468
|
allowAssociationToShareableServiceNetwork: import_smithy_client.expectBoolean,
|
|
2481
2469
|
amazonManaged: import_smithy_client.expectBoolean,
|
|
2482
2470
|
arn: import_smithy_client.expectString,
|
|
2483
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2471
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2484
2472
|
customDomainName: import_smithy_client.expectString,
|
|
2485
2473
|
failureReason: import_smithy_client.expectString,
|
|
2486
2474
|
id: import_smithy_client.expectString,
|
|
2487
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2475
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2488
2476
|
name: import_smithy_client.expectString,
|
|
2489
2477
|
portRanges: import_smithy_client._json,
|
|
2490
2478
|
protocol: import_smithy_client.expectString,
|
|
2491
|
-
resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2479
|
+
resourceConfigurationDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "resourceConfigurationDefinition"),
|
|
2492
2480
|
resourceConfigurationGroupId: import_smithy_client.expectString,
|
|
2493
2481
|
resourceGatewayId: import_smithy_client.expectString,
|
|
2494
2482
|
status: import_smithy_client.expectString,
|
|
@@ -2507,10 +2495,10 @@ var de_GetResourceGatewayCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2507
2495
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2508
2496
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2509
2497
|
arn: import_smithy_client.expectString,
|
|
2510
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2498
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2511
2499
|
id: import_smithy_client.expectString,
|
|
2512
2500
|
ipAddressType: import_smithy_client.expectString,
|
|
2513
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2501
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2514
2502
|
name: import_smithy_client.expectString,
|
|
2515
2503
|
securityGroupIds: import_smithy_client._json,
|
|
2516
2504
|
status: import_smithy_client.expectString,
|
|
@@ -2543,13 +2531,13 @@ var de_GetRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2543
2531
|
});
|
|
2544
2532
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2545
2533
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2546
|
-
action: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2534
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "action"),
|
|
2547
2535
|
arn: import_smithy_client.expectString,
|
|
2548
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2536
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2549
2537
|
id: import_smithy_client.expectString,
|
|
2550
2538
|
isDefault: import_smithy_client.expectBoolean,
|
|
2551
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2552
|
-
match: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2539
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2540
|
+
match: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "match"),
|
|
2553
2541
|
name: import_smithy_client.expectString,
|
|
2554
2542
|
priority: import_smithy_client.expectInt32
|
|
2555
2543
|
});
|
|
@@ -2568,13 +2556,13 @@ var de_GetServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2568
2556
|
arn: import_smithy_client.expectString,
|
|
2569
2557
|
authType: import_smithy_client.expectString,
|
|
2570
2558
|
certificateArn: import_smithy_client.expectString,
|
|
2571
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2559
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2572
2560
|
customDomainName: import_smithy_client.expectString,
|
|
2573
2561
|
dnsEntry: import_smithy_client._json,
|
|
2574
2562
|
failureCode: import_smithy_client.expectString,
|
|
2575
2563
|
failureMessage: import_smithy_client.expectString,
|
|
2576
2564
|
id: import_smithy_client.expectString,
|
|
2577
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2565
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2578
2566
|
name: import_smithy_client.expectString,
|
|
2579
2567
|
status: import_smithy_client.expectString
|
|
2580
2568
|
});
|
|
@@ -2592,9 +2580,9 @@ var de_GetServiceNetworkCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2592
2580
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2593
2581
|
arn: import_smithy_client.expectString,
|
|
2594
2582
|
authType: import_smithy_client.expectString,
|
|
2595
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2583
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2596
2584
|
id: import_smithy_client.expectString,
|
|
2597
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2585
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2598
2586
|
name: import_smithy_client.expectString,
|
|
2599
2587
|
numberOfAssociatedServices: import_smithy_client.expectLong,
|
|
2600
2588
|
numberOfAssociatedVPCs: import_smithy_client.expectLong,
|
|
@@ -2613,14 +2601,14 @@ var de_GetServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(asyn
|
|
|
2613
2601
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2614
2602
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2615
2603
|
arn: import_smithy_client.expectString,
|
|
2616
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2604
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2617
2605
|
createdBy: import_smithy_client.expectString,
|
|
2618
2606
|
dnsEntry: import_smithy_client._json,
|
|
2619
2607
|
failureCode: import_smithy_client.expectString,
|
|
2620
2608
|
failureReason: import_smithy_client.expectString,
|
|
2621
2609
|
id: import_smithy_client.expectString,
|
|
2622
2610
|
isManagedAssociation: import_smithy_client.expectBoolean,
|
|
2623
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2611
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2624
2612
|
privateDnsEntry: import_smithy_client._json,
|
|
2625
2613
|
resourceConfigurationArn: import_smithy_client.expectString,
|
|
2626
2614
|
resourceConfigurationId: import_smithy_client.expectString,
|
|
@@ -2643,7 +2631,7 @@ var de_GetServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
2643
2631
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2644
2632
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2645
2633
|
arn: import_smithy_client.expectString,
|
|
2646
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2634
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2647
2635
|
createdBy: import_smithy_client.expectString,
|
|
2648
2636
|
customDomainName: import_smithy_client.expectString,
|
|
2649
2637
|
dnsEntry: import_smithy_client._json,
|
|
@@ -2671,12 +2659,12 @@ var de_GetServiceNetworkVpcAssociationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2671
2659
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2672
2660
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2673
2661
|
arn: import_smithy_client.expectString,
|
|
2674
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2662
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2675
2663
|
createdBy: import_smithy_client.expectString,
|
|
2676
2664
|
failureCode: import_smithy_client.expectString,
|
|
2677
2665
|
failureMessage: import_smithy_client.expectString,
|
|
2678
2666
|
id: import_smithy_client.expectString,
|
|
2679
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2667
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2680
2668
|
securityGroupIds: import_smithy_client._json,
|
|
2681
2669
|
serviceNetworkArn: import_smithy_client.expectString,
|
|
2682
2670
|
serviceNetworkId: import_smithy_client.expectString,
|
|
@@ -2698,11 +2686,11 @@ var de_GetTargetGroupCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2698
2686
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2699
2687
|
arn: import_smithy_client.expectString,
|
|
2700
2688
|
config: import_smithy_client._json,
|
|
2701
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2689
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2702
2690
|
failureCode: import_smithy_client.expectString,
|
|
2703
2691
|
failureMessage: import_smithy_client.expectString,
|
|
2704
2692
|
id: import_smithy_client.expectString,
|
|
2705
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2693
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
2706
2694
|
name: import_smithy_client.expectString,
|
|
2707
2695
|
serviceArns: import_smithy_client._json,
|
|
2708
2696
|
status: import_smithy_client.expectString,
|
|
@@ -2720,7 +2708,7 @@ var de_ListAccessLogSubscriptionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2720
2708
|
});
|
|
2721
2709
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2722
2710
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2723
|
-
items: (_) => de_AccessLogSubscriptionList(_, context),
|
|
2711
|
+
items: /* @__PURE__ */ __name((_) => de_AccessLogSubscriptionList(_, context), "items"),
|
|
2724
2712
|
nextToken: import_smithy_client.expectString
|
|
2725
2713
|
});
|
|
2726
2714
|
Object.assign(contents, doc);
|
|
@@ -2735,7 +2723,7 @@ var de_ListListenersCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2735
2723
|
});
|
|
2736
2724
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2737
2725
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2738
|
-
items: (_) => de_ListenerSummaryList(_, context),
|
|
2726
|
+
items: /* @__PURE__ */ __name((_) => de_ListenerSummaryList(_, context), "items"),
|
|
2739
2727
|
nextToken: import_smithy_client.expectString
|
|
2740
2728
|
});
|
|
2741
2729
|
Object.assign(contents, doc);
|
|
@@ -2750,7 +2738,7 @@ var de_ListResourceConfigurationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2750
2738
|
});
|
|
2751
2739
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2752
2740
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2753
|
-
items: (_) => de_ResourceConfigurationSummaryList(_, context),
|
|
2741
|
+
items: /* @__PURE__ */ __name((_) => de_ResourceConfigurationSummaryList(_, context), "items"),
|
|
2754
2742
|
nextToken: import_smithy_client.expectString
|
|
2755
2743
|
});
|
|
2756
2744
|
Object.assign(contents, doc);
|
|
@@ -2765,7 +2753,7 @@ var de_ListResourceEndpointAssociationsCommand = /* @__PURE__ */ __name(async (o
|
|
|
2765
2753
|
});
|
|
2766
2754
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2767
2755
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2768
|
-
items: (_) => de_ResourceEndpointAssociationList(_, context),
|
|
2756
|
+
items: /* @__PURE__ */ __name((_) => de_ResourceEndpointAssociationList(_, context), "items"),
|
|
2769
2757
|
nextToken: import_smithy_client.expectString
|
|
2770
2758
|
});
|
|
2771
2759
|
Object.assign(contents, doc);
|
|
@@ -2780,7 +2768,7 @@ var de_ListResourceGatewaysCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2780
2768
|
});
|
|
2781
2769
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2782
2770
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2783
|
-
items: (_) => de_ResourceGatewayList(_, context),
|
|
2771
|
+
items: /* @__PURE__ */ __name((_) => de_ResourceGatewayList(_, context), "items"),
|
|
2784
2772
|
nextToken: import_smithy_client.expectString
|
|
2785
2773
|
});
|
|
2786
2774
|
Object.assign(contents, doc);
|
|
@@ -2795,7 +2783,7 @@ var de_ListRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2795
2783
|
});
|
|
2796
2784
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2797
2785
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2798
|
-
items: (_) => de_RuleSummaryList(_, context),
|
|
2786
|
+
items: /* @__PURE__ */ __name((_) => de_RuleSummaryList(_, context), "items"),
|
|
2799
2787
|
nextToken: import_smithy_client.expectString
|
|
2800
2788
|
});
|
|
2801
2789
|
Object.assign(contents, doc);
|
|
@@ -2810,7 +2798,7 @@ var de_ListServiceNetworkResourceAssociationsCommand = /* @__PURE__ */ __name(as
|
|
|
2810
2798
|
});
|
|
2811
2799
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2812
2800
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2813
|
-
items: (_) => de_ServiceNetworkResourceAssociationList(_, context),
|
|
2801
|
+
items: /* @__PURE__ */ __name((_) => de_ServiceNetworkResourceAssociationList(_, context), "items"),
|
|
2814
2802
|
nextToken: import_smithy_client.expectString
|
|
2815
2803
|
});
|
|
2816
2804
|
Object.assign(contents, doc);
|
|
@@ -2825,7 +2813,7 @@ var de_ListServiceNetworksCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2825
2813
|
});
|
|
2826
2814
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2827
2815
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2828
|
-
items: (_) => de_ServiceNetworkList(_, context),
|
|
2816
|
+
items: /* @__PURE__ */ __name((_) => de_ServiceNetworkList(_, context), "items"),
|
|
2829
2817
|
nextToken: import_smithy_client.expectString
|
|
2830
2818
|
});
|
|
2831
2819
|
Object.assign(contents, doc);
|
|
@@ -2840,7 +2828,7 @@ var de_ListServiceNetworkServiceAssociationsCommand = /* @__PURE__ */ __name(asy
|
|
|
2840
2828
|
});
|
|
2841
2829
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2842
2830
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2843
|
-
items: (_) => de_ServiceNetworkServiceAssociationList(_, context),
|
|
2831
|
+
items: /* @__PURE__ */ __name((_) => de_ServiceNetworkServiceAssociationList(_, context), "items"),
|
|
2844
2832
|
nextToken: import_smithy_client.expectString
|
|
2845
2833
|
});
|
|
2846
2834
|
Object.assign(contents, doc);
|
|
@@ -2855,7 +2843,7 @@ var de_ListServiceNetworkVpcAssociationsCommand = /* @__PURE__ */ __name(async (
|
|
|
2855
2843
|
});
|
|
2856
2844
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2857
2845
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2858
|
-
items: (_) => de_ServiceNetworkVpcAssociationList(_, context),
|
|
2846
|
+
items: /* @__PURE__ */ __name((_) => de_ServiceNetworkVpcAssociationList(_, context), "items"),
|
|
2859
2847
|
nextToken: import_smithy_client.expectString
|
|
2860
2848
|
});
|
|
2861
2849
|
Object.assign(contents, doc);
|
|
@@ -2870,7 +2858,7 @@ var de_ListServiceNetworkVpcEndpointAssociationsCommand = /* @__PURE__ */ __name
|
|
|
2870
2858
|
});
|
|
2871
2859
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2872
2860
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2873
|
-
items: (_) => de_ServiceNetworkVpcEndpointAssociationList(_, context),
|
|
2861
|
+
items: /* @__PURE__ */ __name((_) => de_ServiceNetworkVpcEndpointAssociationList(_, context), "items"),
|
|
2874
2862
|
nextToken: import_smithy_client.expectString
|
|
2875
2863
|
});
|
|
2876
2864
|
Object.assign(contents, doc);
|
|
@@ -2885,7 +2873,7 @@ var de_ListServicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2885
2873
|
});
|
|
2886
2874
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2887
2875
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2888
|
-
items: (_) => de_ServiceList(_, context),
|
|
2876
|
+
items: /* @__PURE__ */ __name((_) => de_ServiceList(_, context), "items"),
|
|
2889
2877
|
nextToken: import_smithy_client.expectString
|
|
2890
2878
|
});
|
|
2891
2879
|
Object.assign(contents, doc);
|
|
@@ -2914,7 +2902,7 @@ var de_ListTargetGroupsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2914
2902
|
});
|
|
2915
2903
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2916
2904
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2917
|
-
items: (_) => de_TargetGroupList(_, context),
|
|
2905
|
+
items: /* @__PURE__ */ __name((_) => de_TargetGroupList(_, context), "items"),
|
|
2918
2906
|
nextToken: import_smithy_client.expectString
|
|
2919
2907
|
});
|
|
2920
2908
|
Object.assign(contents, doc);
|
|
@@ -3023,7 +3011,7 @@ var de_UpdateListenerCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3023
3011
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3024
3012
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3025
3013
|
arn: import_smithy_client.expectString,
|
|
3026
|
-
defaultAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3014
|
+
defaultAction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "defaultAction"),
|
|
3027
3015
|
id: import_smithy_client.expectString,
|
|
3028
3016
|
name: import_smithy_client.expectString,
|
|
3029
3017
|
port: import_smithy_client.expectInt32,
|
|
@@ -3049,7 +3037,7 @@ var de_UpdateResourceConfigurationCommand = /* @__PURE__ */ __name(async (output
|
|
|
3049
3037
|
name: import_smithy_client.expectString,
|
|
3050
3038
|
portRanges: import_smithy_client._json,
|
|
3051
3039
|
protocol: import_smithy_client.expectString,
|
|
3052
|
-
resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3040
|
+
resourceConfigurationDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "resourceConfigurationDefinition"),
|
|
3053
3041
|
resourceConfigurationGroupId: import_smithy_client.expectString,
|
|
3054
3042
|
resourceGatewayId: import_smithy_client.expectString,
|
|
3055
3043
|
status: import_smithy_client.expectString,
|
|
@@ -3088,11 +3076,11 @@ var de_UpdateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3088
3076
|
});
|
|
3089
3077
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3090
3078
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3091
|
-
action: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3079
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "action"),
|
|
3092
3080
|
arn: import_smithy_client.expectString,
|
|
3093
3081
|
id: import_smithy_client.expectString,
|
|
3094
3082
|
isDefault: import_smithy_client.expectBoolean,
|
|
3095
|
-
match: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3083
|
+
match: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "match"),
|
|
3096
3084
|
name: import_smithy_client.expectString,
|
|
3097
3085
|
priority: import_smithy_client.expectInt32
|
|
3098
3086
|
});
|
|
@@ -3326,10 +3314,10 @@ var de_AccessLogSubscriptionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3326
3314
|
var de_AccessLogSubscriptionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3327
3315
|
return (0, import_smithy_client.take)(output, {
|
|
3328
3316
|
arn: import_smithy_client.expectString,
|
|
3329
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3317
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3330
3318
|
destinationArn: import_smithy_client.expectString,
|
|
3331
3319
|
id: import_smithy_client.expectString,
|
|
3332
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3320
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3333
3321
|
resourceArn: import_smithy_client.expectString,
|
|
3334
3322
|
resourceId: import_smithy_client.expectString,
|
|
3335
3323
|
serviceNetworkLogType: import_smithy_client.expectString
|
|
@@ -3338,9 +3326,9 @@ var de_AccessLogSubscriptionSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
3338
3326
|
var de_ListenerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3339
3327
|
return (0, import_smithy_client.take)(output, {
|
|
3340
3328
|
arn: import_smithy_client.expectString,
|
|
3341
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3329
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3342
3330
|
id: import_smithy_client.expectString,
|
|
3343
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3331
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3344
3332
|
name: import_smithy_client.expectString,
|
|
3345
3333
|
port: import_smithy_client.expectInt32,
|
|
3346
3334
|
protocol: import_smithy_client.expectString
|
|
@@ -3356,9 +3344,9 @@ var de_ResourceConfigurationSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
3356
3344
|
return (0, import_smithy_client.take)(output, {
|
|
3357
3345
|
amazonManaged: import_smithy_client.expectBoolean,
|
|
3358
3346
|
arn: import_smithy_client.expectString,
|
|
3359
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3347
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3360
3348
|
id: import_smithy_client.expectString,
|
|
3361
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3349
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3362
3350
|
name: import_smithy_client.expectString,
|
|
3363
3351
|
resourceConfigurationGroupId: import_smithy_client.expectString,
|
|
3364
3352
|
resourceGatewayId: import_smithy_client.expectString,
|
|
@@ -3381,7 +3369,7 @@ var de_ResourceEndpointAssociationList = /* @__PURE__ */ __name((output, context
|
|
|
3381
3369
|
var de_ResourceEndpointAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3382
3370
|
return (0, import_smithy_client.take)(output, {
|
|
3383
3371
|
arn: import_smithy_client.expectString,
|
|
3384
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3372
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3385
3373
|
createdBy: import_smithy_client.expectString,
|
|
3386
3374
|
id: import_smithy_client.expectString,
|
|
3387
3375
|
resourceConfigurationArn: import_smithy_client.expectString,
|
|
@@ -3400,10 +3388,10 @@ var de_ResourceGatewayList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3400
3388
|
var de_ResourceGatewaySummary = /* @__PURE__ */ __name((output, context) => {
|
|
3401
3389
|
return (0, import_smithy_client.take)(output, {
|
|
3402
3390
|
arn: import_smithy_client.expectString,
|
|
3403
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3391
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3404
3392
|
id: import_smithy_client.expectString,
|
|
3405
3393
|
ipAddressType: import_smithy_client.expectString,
|
|
3406
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3394
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3407
3395
|
name: import_smithy_client.expectString,
|
|
3408
3396
|
securityGroupIds: import_smithy_client._json,
|
|
3409
3397
|
status: import_smithy_client.expectString,
|
|
@@ -3414,10 +3402,10 @@ var de_ResourceGatewaySummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3414
3402
|
var de_RuleSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3415
3403
|
return (0, import_smithy_client.take)(output, {
|
|
3416
3404
|
arn: import_smithy_client.expectString,
|
|
3417
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3405
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3418
3406
|
id: import_smithy_client.expectString,
|
|
3419
3407
|
isDefault: import_smithy_client.expectBoolean,
|
|
3420
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3408
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3421
3409
|
name: import_smithy_client.expectString,
|
|
3422
3410
|
priority: import_smithy_client.expectInt32
|
|
3423
3411
|
});
|
|
@@ -3436,7 +3424,7 @@ var de_ServiceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3436
3424
|
}, "de_ServiceList");
|
|
3437
3425
|
var de_ServiceNetworkEndpointAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
3438
3426
|
return (0, import_smithy_client.take)(output, {
|
|
3439
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3427
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3440
3428
|
id: import_smithy_client.expectString,
|
|
3441
3429
|
serviceNetworkArn: import_smithy_client.expectString,
|
|
3442
3430
|
state: import_smithy_client.expectString,
|
|
@@ -3460,7 +3448,7 @@ var de_ServiceNetworkResourceAssociationList = /* @__PURE__ */ __name((output, c
|
|
|
3460
3448
|
var de_ServiceNetworkResourceAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3461
3449
|
return (0, import_smithy_client.take)(output, {
|
|
3462
3450
|
arn: import_smithy_client.expectString,
|
|
3463
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3451
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3464
3452
|
createdBy: import_smithy_client.expectString,
|
|
3465
3453
|
dnsEntry: import_smithy_client._json,
|
|
3466
3454
|
failureCode: import_smithy_client.expectString,
|
|
@@ -3485,7 +3473,7 @@ var de_ServiceNetworkServiceAssociationList = /* @__PURE__ */ __name((output, co
|
|
|
3485
3473
|
var de_ServiceNetworkServiceAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3486
3474
|
return (0, import_smithy_client.take)(output, {
|
|
3487
3475
|
arn: import_smithy_client.expectString,
|
|
3488
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3476
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3489
3477
|
createdBy: import_smithy_client.expectString,
|
|
3490
3478
|
customDomainName: import_smithy_client.expectString,
|
|
3491
3479
|
dnsEntry: import_smithy_client._json,
|
|
@@ -3502,9 +3490,9 @@ var de_ServiceNetworkServiceAssociationSummary = /* @__PURE__ */ __name((output,
|
|
|
3502
3490
|
var de_ServiceNetworkSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3503
3491
|
return (0, import_smithy_client.take)(output, {
|
|
3504
3492
|
arn: import_smithy_client.expectString,
|
|
3505
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3493
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3506
3494
|
id: import_smithy_client.expectString,
|
|
3507
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3495
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3508
3496
|
name: import_smithy_client.expectString,
|
|
3509
3497
|
numberOfAssociatedResourceConfigurations: import_smithy_client.expectLong,
|
|
3510
3498
|
numberOfAssociatedServices: import_smithy_client.expectLong,
|
|
@@ -3520,10 +3508,10 @@ var de_ServiceNetworkVpcAssociationList = /* @__PURE__ */ __name((output, contex
|
|
|
3520
3508
|
var de_ServiceNetworkVpcAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3521
3509
|
return (0, import_smithy_client.take)(output, {
|
|
3522
3510
|
arn: import_smithy_client.expectString,
|
|
3523
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3511
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3524
3512
|
createdBy: import_smithy_client.expectString,
|
|
3525
3513
|
id: import_smithy_client.expectString,
|
|
3526
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3514
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3527
3515
|
serviceNetworkArn: import_smithy_client.expectString,
|
|
3528
3516
|
serviceNetworkId: import_smithy_client.expectString,
|
|
3529
3517
|
serviceNetworkName: import_smithy_client.expectString,
|
|
@@ -3540,11 +3528,11 @@ var de_ServiceNetworkVpcEndpointAssociationList = /* @__PURE__ */ __name((output
|
|
|
3540
3528
|
var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3541
3529
|
return (0, import_smithy_client.take)(output, {
|
|
3542
3530
|
arn: import_smithy_client.expectString,
|
|
3543
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3531
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3544
3532
|
customDomainName: import_smithy_client.expectString,
|
|
3545
3533
|
dnsEntry: import_smithy_client._json,
|
|
3546
3534
|
id: import_smithy_client.expectString,
|
|
3547
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3535
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3548
3536
|
name: import_smithy_client.expectString,
|
|
3549
3537
|
status: import_smithy_client.expectString
|
|
3550
3538
|
});
|
|
@@ -3558,11 +3546,11 @@ var de_TargetGroupList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3558
3546
|
var de_TargetGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3559
3547
|
return (0, import_smithy_client.take)(output, {
|
|
3560
3548
|
arn: import_smithy_client.expectString,
|
|
3561
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3549
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
3562
3550
|
id: import_smithy_client.expectString,
|
|
3563
3551
|
ipAddressType: import_smithy_client.expectString,
|
|
3564
3552
|
lambdaEventStructureVersion: import_smithy_client.expectString,
|
|
3565
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3553
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
|
|
3566
3554
|
name: import_smithy_client.expectString,
|
|
3567
3555
|
port: import_smithy_client.expectInt32,
|
|
3568
3556
|
protocol: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-vpc-lattice",
|
|
3
3
|
"description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-vpc-lattice",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|