@aws-sdk/client-vpc-lattice 3.927.0 → 3.929.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 (94) hide show
  1. package/dist-cjs/index.js +2768 -3213
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/VPCLatticeClient.js +2 -0
  4. package/dist-es/commands/BatchUpdateRuleCommand.js +3 -9
  5. package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateListenerCommand.js +3 -9
  7. package/dist-es/commands/CreateResourceConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateResourceGatewayCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateServiceCommand.js +3 -9
  11. package/dist-es/commands/CreateServiceNetworkCommand.js +3 -9
  12. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +3 -9
  13. package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +3 -9
  15. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +3 -9
  17. package/dist-es/commands/DeleteAuthPolicyCommand.js +3 -9
  18. package/dist-es/commands/DeleteDomainVerificationCommand.js +3 -9
  19. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteResourceConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourceGatewayCommand.js +3 -9
  23. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  24. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  25. package/dist-es/commands/DeleteServiceCommand.js +3 -9
  26. package/dist-es/commands/DeleteServiceNetworkCommand.js +3 -9
  27. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +3 -9
  30. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  31. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  32. package/dist-es/commands/GetAccessLogSubscriptionCommand.js +3 -9
  33. package/dist-es/commands/GetAuthPolicyCommand.js +3 -9
  34. package/dist-es/commands/GetDomainVerificationCommand.js +3 -9
  35. package/dist-es/commands/GetListenerCommand.js +3 -9
  36. package/dist-es/commands/GetResourceConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetResourceGatewayCommand.js +3 -9
  38. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  39. package/dist-es/commands/GetRuleCommand.js +3 -9
  40. package/dist-es/commands/GetServiceCommand.js +3 -9
  41. package/dist-es/commands/GetServiceNetworkCommand.js +3 -9
  42. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +3 -9
  44. package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +3 -9
  45. package/dist-es/commands/GetTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +3 -9
  47. package/dist-es/commands/ListDomainVerificationsCommand.js +3 -9
  48. package/dist-es/commands/ListListenersCommand.js +3 -9
  49. package/dist-es/commands/ListResourceConfigurationsCommand.js +3 -9
  50. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +3 -9
  51. package/dist-es/commands/ListResourceGatewaysCommand.js +3 -9
  52. package/dist-es/commands/ListRulesCommand.js +3 -9
  53. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +3 -9
  54. package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +3 -9
  55. package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +3 -9
  56. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +3 -9
  57. package/dist-es/commands/ListServiceNetworksCommand.js +3 -9
  58. package/dist-es/commands/ListServicesCommand.js +3 -9
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/dist-es/commands/ListTargetGroupsCommand.js +3 -9
  61. package/dist-es/commands/ListTargetsCommand.js +3 -9
  62. package/dist-es/commands/PutAuthPolicyCommand.js +3 -9
  63. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  64. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  65. package/dist-es/commands/StartDomainVerificationCommand.js +3 -9
  66. package/dist-es/commands/TagResourceCommand.js +3 -9
  67. package/dist-es/commands/UntagResourceCommand.js +3 -9
  68. package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +3 -9
  69. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  70. package/dist-es/commands/UpdateResourceConfigurationCommand.js +3 -9
  71. package/dist-es/commands/UpdateResourceGatewayCommand.js +3 -9
  72. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  73. package/dist-es/commands/UpdateServiceCommand.js +3 -9
  74. package/dist-es/commands/UpdateServiceNetworkCommand.js +3 -9
  75. package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +3 -9
  76. package/dist-es/commands/UpdateTargetGroupCommand.js +3 -9
  77. package/dist-es/runtimeConfig.shared.js +2 -0
  78. package/dist-es/schemas/schemas_0.js +2622 -0
  79. package/dist-types/VPCLatticeClient.d.ts +10 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +300 -0
  85. package/dist-types/ts3.4/VPCLatticeClient.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +305 -0
  91. package/package.json +5 -6
  92. package/dist-es/protocols/Aws_restJson1.js +0 -2698
  93. package/dist-types/protocols/Aws_restJson1.d.ts +0 -659
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -881
@@ -0,0 +1,2622 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _ALSL = "AccessLogSubscriptionList";
3
+ const _ALSS = "AccessLogSubscriptionSummary";
4
+ const _AR = "ArnResource";
5
+ const _BUR = "BatchUpdateRule";
6
+ const _BURR = "BatchUpdateRuleRequest";
7
+ const _BURRa = "BatchUpdateRuleResponse";
8
+ const _CALS = "CreateAccessLogSubscription";
9
+ const _CALSR = "CreateAccessLogSubscriptionRequest";
10
+ const _CALSRr = "CreateAccessLogSubscriptionResponse";
11
+ const _CE = "ConflictException";
12
+ const _CL = "CreateListener";
13
+ const _CLR = "CreateListenerRequest";
14
+ const _CLRr = "CreateListenerResponse";
15
+ const _CR = "CreateRule";
16
+ const _CRC = "CreateResourceConfiguration";
17
+ const _CRCR = "CreateResourceConfigurationRequest";
18
+ const _CRCRr = "CreateResourceConfigurationResponse";
19
+ const _CRG = "CreateResourceGateway";
20
+ const _CRGR = "CreateResourceGatewayRequest";
21
+ const _CRGRr = "CreateResourceGatewayResponse";
22
+ const _CRR = "CreateRuleRequest";
23
+ const _CRRr = "CreateRuleResponse";
24
+ const _CS = "CreateService";
25
+ const _CSN = "CreateServiceNetwork";
26
+ const _CSNR = "CreateServiceNetworkRequest";
27
+ const _CSNRA = "CreateServiceNetworkResourceAssociation";
28
+ const _CSNRAR = "CreateServiceNetworkResourceAssociationRequest";
29
+ const _CSNRARr = "CreateServiceNetworkResourceAssociationResponse";
30
+ const _CSNRr = "CreateServiceNetworkResponse";
31
+ const _CSNSA = "CreateServiceNetworkServiceAssociation";
32
+ const _CSNSAR = "CreateServiceNetworkServiceAssociationRequest";
33
+ const _CSNSARr = "CreateServiceNetworkServiceAssociationResponse";
34
+ const _CSNVA = "CreateServiceNetworkVpcAssociation";
35
+ const _CSNVAR = "CreateServiceNetworkVpcAssociationRequest";
36
+ const _CSNVARr = "CreateServiceNetworkVpcAssociationResponse";
37
+ const _CSR = "CreateServiceRequest";
38
+ const _CSRr = "CreateServiceResponse";
39
+ const _CTG = "CreateTargetGroup";
40
+ const _CTGR = "CreateTargetGroupRequest";
41
+ const _CTGRr = "CreateTargetGroupResponse";
42
+ const _DALS = "DeleteAccessLogSubscription";
43
+ const _DALSR = "DeleteAccessLogSubscriptionRequest";
44
+ const _DALSRe = "DeleteAccessLogSubscriptionResponse";
45
+ const _DAP = "DeleteAuthPolicy";
46
+ const _DAPR = "DeleteAuthPolicyRequest";
47
+ const _DAPRe = "DeleteAuthPolicyResponse";
48
+ const _DDV = "DeleteDomainVerification";
49
+ const _DDVR = "DeleteDomainVerificationRequest";
50
+ const _DDVRe = "DeleteDomainVerificationResponse";
51
+ const _DE = "DnsEntry";
52
+ const _DL = "DeleteListener";
53
+ const _DLR = "DeleteListenerRequest";
54
+ const _DLRe = "DeleteListenerResponse";
55
+ const _DO = "DnsOptions";
56
+ const _DR = "DnsResource";
57
+ const _DRC = "DeleteResourceConfiguration";
58
+ const _DRCR = "DeleteResourceConfigurationRequest";
59
+ const _DRCRe = "DeleteResourceConfigurationResponse";
60
+ const _DREA = "DeleteResourceEndpointAssociation";
61
+ const _DREAR = "DeleteResourceEndpointAssociationRequest";
62
+ const _DREARe = "DeleteResourceEndpointAssociationResponse";
63
+ const _DRG = "DeleteResourceGateway";
64
+ const _DRGR = "DeleteResourceGatewayRequest";
65
+ const _DRGRe = "DeleteResourceGatewayResponse";
66
+ const _DRP = "DeleteResourcePolicy";
67
+ const _DRPR = "DeleteResourcePolicyRequest";
68
+ const _DRPRe = "DeleteResourcePolicyResponse";
69
+ const _DRR = "DeleteRuleRequest";
70
+ const _DRRe = "DeleteRuleResponse";
71
+ const _DRe = "DeleteRule";
72
+ const _DS = "DeleteService";
73
+ const _DSN = "DeleteServiceNetwork";
74
+ const _DSNR = "DeleteServiceNetworkRequest";
75
+ const _DSNRA = "DeleteServiceNetworkResourceAssociation";
76
+ const _DSNRAR = "DeleteServiceNetworkResourceAssociationRequest";
77
+ const _DSNRARe = "DeleteServiceNetworkResourceAssociationResponse";
78
+ const _DSNRe = "DeleteServiceNetworkResponse";
79
+ const _DSNSA = "DeleteServiceNetworkServiceAssociation";
80
+ const _DSNSAR = "DeleteServiceNetworkServiceAssociationRequest";
81
+ const _DSNSARe = "DeleteServiceNetworkServiceAssociationResponse";
82
+ const _DSNVA = "DeleteServiceNetworkVpcAssociation";
83
+ const _DSNVAR = "DeleteServiceNetworkVpcAssociationRequest";
84
+ const _DSNVARe = "DeleteServiceNetworkVpcAssociationResponse";
85
+ const _DSR = "DeleteServiceRequest";
86
+ const _DSRe = "DeleteServiceResponse";
87
+ const _DT = "DeregisterTargets";
88
+ const _DTG = "DeleteTargetGroup";
89
+ const _DTGR = "DeleteTargetGroupRequest";
90
+ const _DTGRe = "DeleteTargetGroupResponse";
91
+ const _DTR = "DeregisterTargetsRequest";
92
+ const _DTRe = "DeregisterTargetsResponse";
93
+ const _DVL = "DomainVerificationList";
94
+ const _DVS = "DomainVerificationSummary";
95
+ const _FA = "ForwardAction";
96
+ const _FRA = "FixedResponseAction";
97
+ const _GALS = "GetAccessLogSubscription";
98
+ const _GALSR = "GetAccessLogSubscriptionRequest";
99
+ const _GALSRe = "GetAccessLogSubscriptionResponse";
100
+ const _GAP = "GetAuthPolicy";
101
+ const _GAPR = "GetAuthPolicyRequest";
102
+ const _GAPRe = "GetAuthPolicyResponse";
103
+ const _GDV = "GetDomainVerification";
104
+ const _GDVR = "GetDomainVerificationRequest";
105
+ const _GDVRe = "GetDomainVerificationResponse";
106
+ const _GL = "GetListener";
107
+ const _GLR = "GetListenerRequest";
108
+ const _GLRe = "GetListenerResponse";
109
+ const _GR = "GetRule";
110
+ const _GRC = "GetResourceConfiguration";
111
+ const _GRCR = "GetResourceConfigurationRequest";
112
+ const _GRCRe = "GetResourceConfigurationResponse";
113
+ const _GRG = "GetResourceGateway";
114
+ const _GRGR = "GetResourceGatewayRequest";
115
+ const _GRGRe = "GetResourceGatewayResponse";
116
+ const _GRP = "GetResourcePolicy";
117
+ const _GRPR = "GetResourcePolicyRequest";
118
+ const _GRPRe = "GetResourcePolicyResponse";
119
+ const _GRR = "GetRuleRequest";
120
+ const _GRRe = "GetRuleResponse";
121
+ const _GS = "GetService";
122
+ const _GSN = "GetServiceNetwork";
123
+ const _GSNR = "GetServiceNetworkRequest";
124
+ const _GSNRA = "GetServiceNetworkResourceAssociation";
125
+ const _GSNRAR = "GetServiceNetworkResourceAssociationRequest";
126
+ const _GSNRARe = "GetServiceNetworkResourceAssociationResponse";
127
+ const _GSNRe = "GetServiceNetworkResponse";
128
+ const _GSNSA = "GetServiceNetworkServiceAssociation";
129
+ const _GSNSAR = "GetServiceNetworkServiceAssociationRequest";
130
+ const _GSNSARe = "GetServiceNetworkServiceAssociationResponse";
131
+ const _GSNVA = "GetServiceNetworkVpcAssociation";
132
+ const _GSNVAR = "GetServiceNetworkVpcAssociationRequest";
133
+ const _GSNVARe = "GetServiceNetworkVpcAssociationResponse";
134
+ const _GSR = "GetServiceRequest";
135
+ const _GSRe = "GetServiceResponse";
136
+ const _GTG = "GetTargetGroup";
137
+ const _GTGR = "GetTargetGroupRequest";
138
+ const _GTGRe = "GetTargetGroupResponse";
139
+ const _HCC = "HealthCheckConfig";
140
+ const _HM = "HeaderMatch";
141
+ const _HML = "HeaderMatchList";
142
+ const _HMT = "HeaderMatchType";
143
+ const _HMt = "HttpMatch";
144
+ const _IR = "IpResource";
145
+ const _ISE = "InternalServerException";
146
+ const _LALS = "ListAccessLogSubscriptions";
147
+ const _LALSR = "ListAccessLogSubscriptionsRequest";
148
+ const _LALSRi = "ListAccessLogSubscriptionsResponse";
149
+ const _LDV = "ListDomainVerifications";
150
+ const _LDVR = "ListDomainVerificationsRequest";
151
+ const _LDVRi = "ListDomainVerificationsResponse";
152
+ const _LL = "ListListeners";
153
+ const _LLR = "ListListenersRequest";
154
+ const _LLRi = "ListListenersResponse";
155
+ const _LR = "ListRules";
156
+ const _LRC = "ListResourceConfigurations";
157
+ const _LRCR = "ListResourceConfigurationsRequest";
158
+ const _LRCRi = "ListResourceConfigurationsResponse";
159
+ const _LREA = "ListResourceEndpointAssociations";
160
+ const _LREAR = "ListResourceEndpointAssociationsRequest";
161
+ const _LREARi = "ListResourceEndpointAssociationsResponse";
162
+ const _LRG = "ListResourceGateways";
163
+ const _LRGR = "ListResourceGatewaysRequest";
164
+ const _LRGRi = "ListResourceGatewaysResponse";
165
+ const _LRR = "ListRulesRequest";
166
+ const _LRRi = "ListRulesResponse";
167
+ const _LS = "ListenerSummary";
168
+ const _LSL = "ListenerSummaryList";
169
+ const _LSN = "ListServiceNetworks";
170
+ const _LSNR = "ListServiceNetworksRequest";
171
+ const _LSNRA = "ListServiceNetworkResourceAssociations";
172
+ const _LSNRAR = "ListServiceNetworkResourceAssociationsRequest";
173
+ const _LSNRARi = "ListServiceNetworkResourceAssociationsResponse";
174
+ const _LSNRi = "ListServiceNetworksResponse";
175
+ const _LSNSA = "ListServiceNetworkServiceAssociations";
176
+ const _LSNSAR = "ListServiceNetworkServiceAssociationsRequest";
177
+ const _LSNSARi = "ListServiceNetworkServiceAssociationsResponse";
178
+ const _LSNVA = "ListServiceNetworkVpcAssociations";
179
+ const _LSNVAR = "ListServiceNetworkVpcAssociationsRequest";
180
+ const _LSNVARi = "ListServiceNetworkVpcAssociationsResponse";
181
+ const _LSNVEA = "ListServiceNetworkVpcEndpointAssociations";
182
+ const _LSNVEAR = "ListServiceNetworkVpcEndpointAssociationsRequest";
183
+ const _LSNVEARi = "ListServiceNetworkVpcEndpointAssociationsResponse";
184
+ const _LSR = "ListServicesRequest";
185
+ const _LSRi = "ListServicesResponse";
186
+ const _LSi = "ListServices";
187
+ const _LT = "ListTargets";
188
+ const _LTFR = "ListTagsForResource";
189
+ const _LTFRR = "ListTagsForResourceRequest";
190
+ const _LTFRRi = "ListTagsForResourceResponse";
191
+ const _LTG = "ListTargetGroups";
192
+ const _LTGR = "ListTargetGroupsRequest";
193
+ const _LTGRi = "ListTargetGroupsResponse";
194
+ const _LTR = "ListTargetsRequest";
195
+ const _LTRi = "ListTargetsResponse";
196
+ const _M = "Matcher";
197
+ const _PAP = "PutAuthPolicy";
198
+ const _PAPR = "PutAuthPolicyRequest";
199
+ const _PAPRu = "PutAuthPolicyResponse";
200
+ const _PM = "PathMatch";
201
+ const _PMT = "PathMatchType";
202
+ const _PRP = "PutResourcePolicy";
203
+ const _PRPR = "PutResourcePolicyRequest";
204
+ const _PRPRu = "PutResourcePolicyResponse";
205
+ const _RA = "Retry-After";
206
+ const _RAu = "RuleAction";
207
+ const _RCD = "ResourceConfigurationDefinition";
208
+ const _RCS = "ResourceConfigurationSummary";
209
+ const _RCSL = "ResourceConfigurationSummaryList";
210
+ const _REAL = "ResourceEndpointAssociationList";
211
+ const _REAS = "ResourceEndpointAssociationSummary";
212
+ const _RGL = "ResourceGatewayList";
213
+ const _RGS = "ResourceGatewaySummary";
214
+ const _RM = "RuleMatch";
215
+ const _RNFE = "ResourceNotFoundException";
216
+ const _RS = "RuleSummary";
217
+ const _RSL = "RuleSummaryList";
218
+ const _RT = "RegisterTargets";
219
+ const _RTR = "RegisterTargetsRequest";
220
+ const _RTRe = "RegisterTargetsResponse";
221
+ const _RU = "RuleUpdate";
222
+ const _RUF = "RuleUpdateFailure";
223
+ const _RUFL = "RuleUpdateFailureList";
224
+ const _RUL = "RuleUpdateList";
225
+ const _RUS = "RuleUpdateSuccess";
226
+ const _RUSL = "RuleUpdateSuccessList";
227
+ const _SC = "SharingConfig";
228
+ const _SDV = "StartDomainVerification";
229
+ const _SDVR = "StartDomainVerificationRequest";
230
+ const _SDVRt = "StartDomainVerificationResponse";
231
+ const _SL = "ServiceList";
232
+ const _SNEA = "ServiceNetworkEndpointAssociation";
233
+ const _SNL = "ServiceNetworkList";
234
+ const _SNRAL = "ServiceNetworkResourceAssociationList";
235
+ const _SNRAS = "ServiceNetworkResourceAssociationSummary";
236
+ const _SNS = "ServiceNetworkSummary";
237
+ const _SNSAL = "ServiceNetworkServiceAssociationList";
238
+ const _SNSAS = "ServiceNetworkServiceAssociationSummary";
239
+ const _SNVAL = "ServiceNetworkVpcAssociationList";
240
+ const _SNVAS = "ServiceNetworkVpcAssociationSummary";
241
+ const _SNVEAL = "ServiceNetworkVpcEndpointAssociationList";
242
+ const _SQEE = "ServiceQuotaExceededException";
243
+ const _SS = "ServiceSummary";
244
+ const _T = "Target";
245
+ const _TE = "ThrottlingException";
246
+ const _TF = "TargetFailure";
247
+ const _TFL = "TargetFailureList";
248
+ const _TGC = "TargetGroupConfig";
249
+ const _TGL = "TargetGroupList";
250
+ const _TGS = "TargetGroupSummary";
251
+ const _TL = "TargetList";
252
+ const _TMC = "TxtMethodConfig";
253
+ const _TR = "TagResource";
254
+ const _TRR = "TagResourceRequest";
255
+ const _TRRa = "TagResourceResponse";
256
+ const _TS = "TargetSummary";
257
+ const _TSL = "TargetSummaryList";
258
+ const _UALS = "UpdateAccessLogSubscription";
259
+ const _UALSR = "UpdateAccessLogSubscriptionRequest";
260
+ const _UALSRp = "UpdateAccessLogSubscriptionResponse";
261
+ const _UL = "UpdateListener";
262
+ const _ULR = "UpdateListenerRequest";
263
+ const _ULRp = "UpdateListenerResponse";
264
+ const _UR = "UntagResource";
265
+ const _URC = "UpdateResourceConfiguration";
266
+ const _URCR = "UpdateResourceConfigurationRequest";
267
+ const _URCRp = "UpdateResourceConfigurationResponse";
268
+ const _URG = "UpdateResourceGateway";
269
+ const _URGR = "UpdateResourceGatewayRequest";
270
+ const _URGRp = "UpdateResourceGatewayResponse";
271
+ const _URR = "UntagResourceRequest";
272
+ const _URRn = "UntagResourceResponse";
273
+ const _URRp = "UpdateRuleRequest";
274
+ const _URRpd = "UpdateRuleResponse";
275
+ const _URp = "UpdateRule";
276
+ const _US = "UpdateService";
277
+ const _USN = "UpdateServiceNetwork";
278
+ const _USNR = "UpdateServiceNetworkRequest";
279
+ const _USNRp = "UpdateServiceNetworkResponse";
280
+ const _USNVA = "UpdateServiceNetworkVpcAssociation";
281
+ const _USNVAR = "UpdateServiceNetworkVpcAssociationRequest";
282
+ const _USNVARp = "UpdateServiceNetworkVpcAssociationResponse";
283
+ const _USR = "UpdateServiceRequest";
284
+ const _USRp = "UpdateServiceResponse";
285
+ const _UTG = "UpdateTargetGroup";
286
+ const _UTGR = "UpdateTargetGroupRequest";
287
+ const _UTGRp = "UpdateTargetGroupResponse";
288
+ const _VE = "ValidationException";
289
+ const _VEF = "ValidationExceptionField";
290
+ const _VEFL = "ValidationExceptionFieldList";
291
+ const _WTG = "WeightedTargetGroup";
292
+ const _WTGL = "WeightedTargetGroupList";
293
+ const _a = "arn";
294
+ const _aATSSN = "allowAssociationToShareableServiceNetwork";
295
+ const _aLSI = "accessLogSubscriptionIdentifier";
296
+ const _aM = "amazonManaged";
297
+ const _aR = "arnResource";
298
+ const _aT = "authType";
299
+ const _ac = "action";
300
+ const _c = "client";
301
+ const _cA = "createdAt";
302
+ const _cAe = "certificateArn";
303
+ const _cB = "createdBy";
304
+ const _cDN = "customDomainName";
305
+ const _cS = "caseSensitive";
306
+ const _cT = "clientToken";
307
+ const _co = "config";
308
+ const _con = "contains";
309
+ const _dA = "destinationArn";
310
+ const _dAe = "defaultAction";
311
+ const _dE = "dnsEntry";
312
+ const _dN = "domainName";
313
+ const _dO = "dnsOptions";
314
+ const _dR = "dnsResource";
315
+ const _dVA = "domainVerificationArn";
316
+ const _dVI = "domainVerificationIdentifier";
317
+ const _dVIo = "domainVerificationId";
318
+ const _dVS = "domainVerificationStatus";
319
+ const _e = "error";
320
+ const _en = "enabled";
321
+ const _ex = "exact";
322
+ const _f = "forward";
323
+ const _fC = "failureCode";
324
+ const _fL = "fieldList";
325
+ const _fM = "failureMessage";
326
+ const _fR = "failureReason";
327
+ const _fRi = "fixedResponse";
328
+ const _gD = "groupDomain";
329
+ const _h = "http";
330
+ const _hC = "healthCheck";
331
+ const _hCIS = "healthCheckIntervalSeconds";
332
+ const _hCTS = "healthCheckTimeoutSeconds";
333
+ const _hCt = "httpCode";
334
+ const _hE = "httpError";
335
+ const _hH = "httpHeader";
336
+ const _hM = "headerMatches";
337
+ const _hMt = "httpMatch";
338
+ const _hQ = "httpQuery";
339
+ const _hTC = "healthyThresholdCount";
340
+ const _hZI = "hostedZoneId";
341
+ const _i = "id";
342
+ const _iA = "ipAddress";
343
+ const _iAPE = "ipv4AddressesPerEni";
344
+ const _iAT = "ipAddressType";
345
+ const _iC = "includeChildren";
346
+ const _iD = "isDefault";
347
+ const _iMA = "isManagedAssociation";
348
+ const _iR = "ipResource";
349
+ const _it = "items";
350
+ const _lESV = "lambdaEventStructureVersion";
351
+ const _lI = "listenerIdentifier";
352
+ const _lUA = "lastUpdatedAt";
353
+ const _lVT = "lastVerifiedTime";
354
+ const _m = "message";
355
+ const _mR = "maxResults";
356
+ const _ma = "match";
357
+ const _mat = "matcher";
358
+ const _me = "method";
359
+ const _n = "name";
360
+ const _nOARC = "numberOfAssociatedResourceConfigurations";
361
+ const _nOAS = "numberOfAssociatedServices";
362
+ const _nOAVPC = "numberOfAssociatedVPCs";
363
+ const _nT = "nextToken";
364
+ const _p = "protocol";
365
+ const _pDE = "privateDnsEnabled";
366
+ const _pDEr = "privateDnsEntry";
367
+ const _pDP = "privateDnsPreference";
368
+ const _pDSD = "privateDnsSpecifiedDomains";
369
+ const _pM = "pathMatch";
370
+ const _pR = "portRanges";
371
+ const _pV = "protocolVersion";
372
+ const _pa = "path";
373
+ const _po = "port";
374
+ const _pol = "policy";
375
+ const _pr = "priority";
376
+ const _pre = "prefix";
377
+ const _qC = "quotaCode";
378
+ const _r = "rules";
379
+ const _rA = "resourceArn";
380
+ const _rAS = "retryAfterSeconds";
381
+ const _rC = "reasonCode";
382
+ const _rCA = "resourceConfigurationArn";
383
+ const _rCD = "resourceConfigurationDefinition";
384
+ const _rCGI = "resourceConfigurationGroupIdentifier";
385
+ const _rCGIe = "resourceConfigurationGroupId";
386
+ const _rCI = "resourceConfigurationIdentifier";
387
+ const _rCIe = "resourceConfigurationId";
388
+ const _rCN = "resourceConfigurationName";
389
+ const _rEAI = "resourceEndpointAssociationIdentifier";
390
+ const _rGI = "resourceGatewayIdentifier";
391
+ const _rGIe = "resourceGatewayId";
392
+ const _rI = "resourceId";
393
+ const _rIe = "resourceIdentifier";
394
+ const _rIu = "ruleIdentifier";
395
+ const _rT = "resourceType";
396
+ const _re = "reason";
397
+ const _s = "successful";
398
+ const _sA = "serviceArn";
399
+ const _sAe = "serviceArns";
400
+ const _sC = "sharingConfig";
401
+ const _sCe = "serviceCode";
402
+ const _sCt = "statusCode";
403
+ const _sGI = "securityGroupIds";
404
+ const _sI = "serviceIdentifier";
405
+ const _sIe = "serviceId";
406
+ const _sIu = "subnetIds";
407
+ const _sN = "serviceName";
408
+ const _sNA = "serviceNetworkArn";
409
+ const _sNI = "serviceNetworkIdentifier";
410
+ const _sNIe = "serviceNetworkId";
411
+ const _sNLT = "serviceNetworkLogType";
412
+ const _sNN = "serviceNetworkName";
413
+ const _sNRAI = "serviceNetworkResourceAssociationIdentifier";
414
+ const _sNSAI = "serviceNetworkServiceAssociationIdentifier";
415
+ const _sNVAI = "serviceNetworkVpcAssociationIdentifier";
416
+ const _se = "server";
417
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.vpclattice";
418
+ const _st = "status";
419
+ const _sta = "state";
420
+ const _t = "tags";
421
+ const _tG = "targetGroups";
422
+ const _tGI = "targetGroupIdentifier";
423
+ const _tGT = "targetGroupType";
424
+ const _tK = "tagKeys";
425
+ const _tMC = "txtMethodConfig";
426
+ const _ta = "targets";
427
+ const _ty = "type";
428
+ const _u = "unsuccessful";
429
+ const _uTC = "unhealthyThresholdCount";
430
+ const _v = "value";
431
+ const _vEI = "vpcEndpointId";
432
+ const _vEO = "vpcEndpointOwner";
433
+ const _vEOI = "vpcEndpointOwnerId";
434
+ const _vI = "vpcIdentifier";
435
+ const _vIp = "vpcId";
436
+ const _w = "weight";
437
+ const n0 = "com.amazonaws.vpclattice";
438
+ import { TypeRegistry } from "@smithy/core/schema";
439
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
440
+ import { VPCLatticeServiceException as __VPCLatticeServiceException } from "../models/VPCLatticeServiceException";
441
+ export var AccessDeniedException = [
442
+ -3,
443
+ n0,
444
+ _ADE,
445
+ {
446
+ [_e]: _c,
447
+ [_hE]: 403,
448
+ },
449
+ [_m],
450
+ [0],
451
+ ];
452
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
453
+ export var AccessLogSubscriptionSummary = [
454
+ 3,
455
+ n0,
456
+ _ALSS,
457
+ 0,
458
+ [_i, _a, _rI, _rA, _dA, _sNLT, _cA, _lUA],
459
+ [0, 0, 0, 0, 0, 0, 5, 5],
460
+ ];
461
+ export var ArnResource = [3, n0, _AR, 0, [_a], [0]];
462
+ export var BatchUpdateRuleRequest = [
463
+ 3,
464
+ n0,
465
+ _BURR,
466
+ 0,
467
+ [_sI, _lI, _r],
468
+ [[0, 1], [0, 1], () => RuleUpdateList],
469
+ ];
470
+ export var BatchUpdateRuleResponse = [
471
+ 3,
472
+ n0,
473
+ _BURRa,
474
+ 0,
475
+ [_s, _u],
476
+ [() => RuleUpdateSuccessList, () => RuleUpdateFailureList],
477
+ ];
478
+ export var ConflictException = [
479
+ -3,
480
+ n0,
481
+ _CE,
482
+ {
483
+ [_e]: _c,
484
+ [_hE]: 409,
485
+ },
486
+ [_m, _rI, _rT],
487
+ [0, 0, 0],
488
+ ];
489
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
490
+ export var CreateAccessLogSubscriptionRequest = [
491
+ 3,
492
+ n0,
493
+ _CALSR,
494
+ 0,
495
+ [_cT, _rIe, _dA, _sNLT, _t],
496
+ [[0, 4], 0, 0, 0, 128 | 0],
497
+ ];
498
+ export var CreateAccessLogSubscriptionResponse = [
499
+ 3,
500
+ n0,
501
+ _CALSRr,
502
+ 0,
503
+ [_i, _a, _rI, _rA, _sNLT, _dA],
504
+ [0, 0, 0, 0, 0, 0],
505
+ ];
506
+ export var CreateListenerRequest = [
507
+ 3,
508
+ n0,
509
+ _CLR,
510
+ 0,
511
+ [_sI, _n, _p, _po, _dAe, _cT, _t],
512
+ [[0, 1], 0, 0, 1, () => RuleAction, [0, 4], 128 | 0],
513
+ ];
514
+ export var CreateListenerResponse = [
515
+ 3,
516
+ n0,
517
+ _CLRr,
518
+ 0,
519
+ [_a, _i, _n, _p, _po, _sA, _sIe, _dAe],
520
+ [0, 0, 0, 0, 1, 0, 0, () => RuleAction],
521
+ ];
522
+ export var CreateResourceConfigurationRequest = [
523
+ 3,
524
+ n0,
525
+ _CRCR,
526
+ 0,
527
+ [_n, _ty, _pR, _p, _rGI, _rCGI, _rCD, _aATSSN, _cDN, _gD, _dVI, _cT, _t],
528
+ [0, 0, 64 | 0, 0, 0, 0, () => ResourceConfigurationDefinition, 2, 0, 0, 0, [0, 4], 128 | 0],
529
+ ];
530
+ export var CreateResourceConfigurationResponse = [
531
+ 3,
532
+ n0,
533
+ _CRCRr,
534
+ 0,
535
+ [_i, _n, _a, _rGIe, _rCGIe, _ty, _pR, _p, _st, _rCD, _aATSSN, _cA, _fR, _cDN, _dVIo, _gD, _dVA],
536
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, () => ResourceConfigurationDefinition, 2, 5, 0, 0, 0, 0, 0],
537
+ ];
538
+ export var CreateResourceGatewayRequest = [
539
+ 3,
540
+ n0,
541
+ _CRGR,
542
+ 0,
543
+ [_cT, _n, _vI, _sIu, _sGI, _iAT, _iAPE, _t],
544
+ [[0, 4], 0, 0, 64 | 0, 64 | 0, 0, 1, 128 | 0],
545
+ ];
546
+ export var CreateResourceGatewayResponse = [
547
+ 3,
548
+ n0,
549
+ _CRGRr,
550
+ 0,
551
+ [_n, _i, _a, _st, _vI, _sIu, _sGI, _iAT, _iAPE],
552
+ [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 1],
553
+ ];
554
+ export var CreateRuleRequest = [
555
+ 3,
556
+ n0,
557
+ _CRR,
558
+ 0,
559
+ [_sI, _lI, _n, _ma, _pr, _ac, _cT, _t],
560
+ [[0, 1], [0, 1], 0, () => RuleMatch, 1, () => RuleAction, [0, 4], 128 | 0],
561
+ ];
562
+ export var CreateRuleResponse = [
563
+ 3,
564
+ n0,
565
+ _CRRr,
566
+ 0,
567
+ [_a, _i, _n, _ma, _pr, _ac],
568
+ [0, 0, 0, () => RuleMatch, 1, () => RuleAction],
569
+ ];
570
+ export var CreateServiceNetworkRequest = [
571
+ 3,
572
+ n0,
573
+ _CSNR,
574
+ 0,
575
+ [_cT, _n, _aT, _t, _sC],
576
+ [[0, 4], 0, 0, 128 | 0, () => SharingConfig],
577
+ ];
578
+ export var CreateServiceNetworkResourceAssociationRequest = [
579
+ 3,
580
+ n0,
581
+ _CSNRAR,
582
+ 0,
583
+ [_cT, _rCI, _sNI, _pDE, _t],
584
+ [[0, 4], 0, 0, 2, 128 | 0],
585
+ ];
586
+ export var CreateServiceNetworkResourceAssociationResponse = [
587
+ 3,
588
+ n0,
589
+ _CSNRARr,
590
+ 0,
591
+ [_i, _a, _st, _cB, _pDE],
592
+ [0, 0, 0, 0, 2],
593
+ ];
594
+ export var CreateServiceNetworkResponse = [
595
+ 3,
596
+ n0,
597
+ _CSNRr,
598
+ 0,
599
+ [_i, _n, _a, _sC, _aT],
600
+ [0, 0, 0, () => SharingConfig, 0],
601
+ ];
602
+ export var CreateServiceNetworkServiceAssociationRequest = [
603
+ 3,
604
+ n0,
605
+ _CSNSAR,
606
+ 0,
607
+ [_cT, _sI, _sNI, _t],
608
+ [[0, 4], 0, 0, 128 | 0],
609
+ ];
610
+ export var CreateServiceNetworkServiceAssociationResponse = [
611
+ 3,
612
+ n0,
613
+ _CSNSARr,
614
+ 0,
615
+ [_i, _st, _a, _cB, _cDN, _dE],
616
+ [0, 0, 0, 0, 0, () => DnsEntry],
617
+ ];
618
+ export var CreateServiceNetworkVpcAssociationRequest = [
619
+ 3,
620
+ n0,
621
+ _CSNVAR,
622
+ 0,
623
+ [_cT, _sNI, _vI, _pDE, _sGI, _t, _dO],
624
+ [[0, 4], 0, 0, 2, 64 | 0, 128 | 0, () => DnsOptions],
625
+ ];
626
+ export var CreateServiceNetworkVpcAssociationResponse = [
627
+ 3,
628
+ n0,
629
+ _CSNVARr,
630
+ 0,
631
+ [_i, _st, _a, _cB, _sGI, _pDE, _dO],
632
+ [0, 0, 0, 0, 64 | 0, 2, () => DnsOptions],
633
+ ];
634
+ export var CreateServiceRequest = [
635
+ 3,
636
+ n0,
637
+ _CSR,
638
+ 0,
639
+ [_cT, _n, _t, _cDN, _cAe, _aT],
640
+ [[0, 4], 0, 128 | 0, 0, 0, 0],
641
+ ];
642
+ export var CreateServiceResponse = [
643
+ 3,
644
+ n0,
645
+ _CSRr,
646
+ 0,
647
+ [_i, _a, _n, _cDN, _cAe, _st, _aT, _dE],
648
+ [0, 0, 0, 0, 0, 0, 0, () => DnsEntry],
649
+ ];
650
+ export var CreateTargetGroupRequest = [
651
+ 3,
652
+ n0,
653
+ _CTGR,
654
+ 0,
655
+ [_n, _ty, _co, _cT, _t],
656
+ [0, 0, () => TargetGroupConfig, [0, 4], 128 | 0],
657
+ ];
658
+ export var CreateTargetGroupResponse = [
659
+ 3,
660
+ n0,
661
+ _CTGRr,
662
+ 0,
663
+ [_i, _a, _n, _ty, _co, _st],
664
+ [0, 0, 0, 0, () => TargetGroupConfig, 0],
665
+ ];
666
+ export var DeleteAccessLogSubscriptionRequest = [3, n0, _DALSR, 0, [_aLSI], [[0, 1]]];
667
+ export var DeleteAccessLogSubscriptionResponse = [3, n0, _DALSRe, 0, [], []];
668
+ export var DeleteAuthPolicyRequest = [3, n0, _DAPR, 0, [_rIe], [[0, 1]]];
669
+ export var DeleteAuthPolicyResponse = [3, n0, _DAPRe, 0, [], []];
670
+ export var DeleteDomainVerificationRequest = [3, n0, _DDVR, 0, [_dVI], [[0, 1]]];
671
+ export var DeleteDomainVerificationResponse = [3, n0, _DDVRe, 0, [], []];
672
+ export var DeleteListenerRequest = [
673
+ 3,
674
+ n0,
675
+ _DLR,
676
+ 0,
677
+ [_sI, _lI],
678
+ [
679
+ [0, 1],
680
+ [0, 1],
681
+ ],
682
+ ];
683
+ export var DeleteListenerResponse = [3, n0, _DLRe, 0, [], []];
684
+ export var DeleteResourceConfigurationRequest = [3, n0, _DRCR, 0, [_rCI], [[0, 1]]];
685
+ export var DeleteResourceConfigurationResponse = [3, n0, _DRCRe, 0, [], []];
686
+ export var DeleteResourceEndpointAssociationRequest = [3, n0, _DREAR, 0, [_rEAI], [[0, 1]]];
687
+ export var DeleteResourceEndpointAssociationResponse = [
688
+ 3,
689
+ n0,
690
+ _DREARe,
691
+ 0,
692
+ [_i, _a, _rCIe, _rCA, _vEI],
693
+ [0, 0, 0, 0, 0],
694
+ ];
695
+ export var DeleteResourceGatewayRequest = [3, n0, _DRGR, 0, [_rGI], [[0, 1]]];
696
+ export var DeleteResourceGatewayResponse = [3, n0, _DRGRe, 0, [_i, _a, _n, _st], [0, 0, 0, 0]];
697
+ export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_rA], [[0, 1]]];
698
+ export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
699
+ export var DeleteRuleRequest = [
700
+ 3,
701
+ n0,
702
+ _DRR,
703
+ 0,
704
+ [_sI, _lI, _rIu],
705
+ [
706
+ [0, 1],
707
+ [0, 1],
708
+ [0, 1],
709
+ ],
710
+ ];
711
+ export var DeleteRuleResponse = [3, n0, _DRRe, 0, [], []];
712
+ export var DeleteServiceNetworkRequest = [3, n0, _DSNR, 0, [_sNI], [[0, 1]]];
713
+ export var DeleteServiceNetworkResourceAssociationRequest = [
714
+ 3,
715
+ n0,
716
+ _DSNRAR,
717
+ 0,
718
+ [_sNRAI],
719
+ [[0, 1]],
720
+ ];
721
+ export var DeleteServiceNetworkResourceAssociationResponse = [
722
+ 3,
723
+ n0,
724
+ _DSNRARe,
725
+ 0,
726
+ [_i, _a, _st],
727
+ [0, 0, 0],
728
+ ];
729
+ export var DeleteServiceNetworkResponse = [3, n0, _DSNRe, 0, [], []];
730
+ export var DeleteServiceNetworkServiceAssociationRequest = [
731
+ 3,
732
+ n0,
733
+ _DSNSAR,
734
+ 0,
735
+ [_sNSAI],
736
+ [[0, 1]],
737
+ ];
738
+ export var DeleteServiceNetworkServiceAssociationResponse = [
739
+ 3,
740
+ n0,
741
+ _DSNSARe,
742
+ 0,
743
+ [_i, _st, _a],
744
+ [0, 0, 0],
745
+ ];
746
+ export var DeleteServiceNetworkVpcAssociationRequest = [3, n0, _DSNVAR, 0, [_sNVAI], [[0, 1]]];
747
+ export var DeleteServiceNetworkVpcAssociationResponse = [
748
+ 3,
749
+ n0,
750
+ _DSNVARe,
751
+ 0,
752
+ [_i, _st, _a],
753
+ [0, 0, 0],
754
+ ];
755
+ export var DeleteServiceRequest = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
756
+ export var DeleteServiceResponse = [3, n0, _DSRe, 0, [_i, _a, _n, _st], [0, 0, 0, 0]];
757
+ export var DeleteTargetGroupRequest = [3, n0, _DTGR, 0, [_tGI], [[0, 1]]];
758
+ export var DeleteTargetGroupResponse = [3, n0, _DTGRe, 0, [_i, _a, _st], [0, 0, 0]];
759
+ export var DeregisterTargetsRequest = [3, n0, _DTR, 0, [_tGI, _ta], [[0, 1], () => TargetList]];
760
+ export var DeregisterTargetsResponse = [
761
+ 3,
762
+ n0,
763
+ _DTRe,
764
+ 0,
765
+ [_s, _u],
766
+ [() => TargetList, () => TargetFailureList],
767
+ ];
768
+ export var DnsEntry = [3, n0, _DE, 0, [_dN, _hZI], [0, 0]];
769
+ export var DnsOptions = [3, n0, _DO, 0, [_pDP, _pDSD], [0, 64 | 0]];
770
+ export var DnsResource = [3, n0, _DR, 0, [_dN, _iAT], [0, 0]];
771
+ export var DomainVerificationSummary = [
772
+ 3,
773
+ n0,
774
+ _DVS,
775
+ 0,
776
+ [_i, _a, _dN, _st, _tMC, _cA, _lVT, _t],
777
+ [0, 0, 0, 0, () => TxtMethodConfig, 5, 5, 128 | 0],
778
+ ];
779
+ export var FixedResponseAction = [3, n0, _FRA, 0, [_sCt], [1]];
780
+ export var ForwardAction = [3, n0, _FA, 0, [_tG], [() => WeightedTargetGroupList]];
781
+ export var GetAccessLogSubscriptionRequest = [3, n0, _GALSR, 0, [_aLSI], [[0, 1]]];
782
+ export var GetAccessLogSubscriptionResponse = [
783
+ 3,
784
+ n0,
785
+ _GALSRe,
786
+ 0,
787
+ [_i, _a, _rI, _rA, _dA, _sNLT, _cA, _lUA],
788
+ [0, 0, 0, 0, 0, 0, 5, 5],
789
+ ];
790
+ export var GetAuthPolicyRequest = [3, n0, _GAPR, 0, [_rIe], [[0, 1]]];
791
+ export var GetAuthPolicyResponse = [3, n0, _GAPRe, 0, [_pol, _sta, _cA, _lUA], [0, 0, 5, 5]];
792
+ export var GetDomainVerificationRequest = [3, n0, _GDVR, 0, [_dVI], [[0, 1]]];
793
+ export var GetDomainVerificationResponse = [
794
+ 3,
795
+ n0,
796
+ _GDVRe,
797
+ 0,
798
+ [_i, _a, _dN, _st, _tMC, _cA, _lVT, _t],
799
+ [0, 0, 0, 0, () => TxtMethodConfig, 5, 5, 128 | 0],
800
+ ];
801
+ export var GetListenerRequest = [
802
+ 3,
803
+ n0,
804
+ _GLR,
805
+ 0,
806
+ [_sI, _lI],
807
+ [
808
+ [0, 1],
809
+ [0, 1],
810
+ ],
811
+ ];
812
+ export var GetListenerResponse = [
813
+ 3,
814
+ n0,
815
+ _GLRe,
816
+ 0,
817
+ [_a, _i, _n, _p, _po, _sA, _sIe, _dAe, _cA, _lUA],
818
+ [0, 0, 0, 0, 1, 0, 0, () => RuleAction, 5, 5],
819
+ ];
820
+ export var GetResourceConfigurationRequest = [3, n0, _GRCR, 0, [_rCI], [[0, 1]]];
821
+ export var GetResourceConfigurationResponse = [
822
+ 3,
823
+ n0,
824
+ _GRCRe,
825
+ 0,
826
+ [_i, _n, _a, _rGIe, _rCGIe, _ty, _aATSSN, _pR, _p, _cDN, _st, _rCD, _cA, _aM, _fR, _lUA, _dVIo, _dVA, _dVS, _gD],
827
+ [0, 0, 0, 0, 0, 0, 2, 64 | 0, 0, 0, 0, () => ResourceConfigurationDefinition, 5, 2, 0, 5, 0, 0, 0, 0],
828
+ ];
829
+ export var GetResourceGatewayRequest = [3, n0, _GRGR, 0, [_rGI], [[0, 1]]];
830
+ export var GetResourceGatewayResponse = [
831
+ 3,
832
+ n0,
833
+ _GRGRe,
834
+ 0,
835
+ [_n, _i, _a, _st, _vIp, _sIu, _sGI, _iAT, _iAPE, _cA, _lUA],
836
+ [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 1, 5, 5],
837
+ ];
838
+ export var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_rA], [[0, 1]]];
839
+ export var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_pol], [0]];
840
+ export var GetRuleRequest = [
841
+ 3,
842
+ n0,
843
+ _GRR,
844
+ 0,
845
+ [_sI, _lI, _rIu],
846
+ [
847
+ [0, 1],
848
+ [0, 1],
849
+ [0, 1],
850
+ ],
851
+ ];
852
+ export var GetRuleResponse = [
853
+ 3,
854
+ n0,
855
+ _GRRe,
856
+ 0,
857
+ [_a, _i, _n, _iD, _ma, _pr, _ac, _cA, _lUA],
858
+ [0, 0, 0, 2, () => RuleMatch, 1, () => RuleAction, 5, 5],
859
+ ];
860
+ export var GetServiceNetworkRequest = [3, n0, _GSNR, 0, [_sNI], [[0, 1]]];
861
+ export var GetServiceNetworkResourceAssociationRequest = [3, n0, _GSNRAR, 0, [_sNRAI], [[0, 1]]];
862
+ export var GetServiceNetworkResourceAssociationResponse = [
863
+ 3,
864
+ n0,
865
+ _GSNRARe,
866
+ 0,
867
+ [_i, _a, _st, _cB, _cA, _rCIe, _rCA, _rCN, _sNIe, _sNA, _sNN, _fR, _fC, _lUA, _pDEr, _pDE, _dE, _iMA, _dVS],
868
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, () => DnsEntry, 2, () => DnsEntry, 2, 0],
869
+ ];
870
+ export var GetServiceNetworkResponse = [
871
+ 3,
872
+ n0,
873
+ _GSNRe,
874
+ 0,
875
+ [_i, _n, _cA, _lUA, _a, _aT, _sC, _nOAVPC, _nOAS],
876
+ [0, 0, 5, 5, 0, 0, () => SharingConfig, 1, 1],
877
+ ];
878
+ export var GetServiceNetworkServiceAssociationRequest = [3, n0, _GSNSAR, 0, [_sNSAI], [[0, 1]]];
879
+ export var GetServiceNetworkServiceAssociationResponse = [
880
+ 3,
881
+ n0,
882
+ _GSNSARe,
883
+ 0,
884
+ [_i, _st, _a, _cB, _cA, _sIe, _sN, _sA, _sNIe, _sNN, _sNA, _dE, _cDN, _fM, _fC],
885
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry, 0, 0, 0],
886
+ ];
887
+ export var GetServiceNetworkVpcAssociationRequest = [3, n0, _GSNVAR, 0, [_sNVAI], [[0, 1]]];
888
+ export var GetServiceNetworkVpcAssociationResponse = [
889
+ 3,
890
+ n0,
891
+ _GSNVARe,
892
+ 0,
893
+ [_i, _st, _a, _cB, _cA, _sNIe, _sNN, _sNA, _vIp, _sGI, _pDE, _fM, _fC, _lUA, _dO],
894
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 64 | 0, 2, 0, 0, 5, () => DnsOptions],
895
+ ];
896
+ export var GetServiceRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
897
+ export var GetServiceResponse = [
898
+ 3,
899
+ n0,
900
+ _GSRe,
901
+ 0,
902
+ [_i, _n, _a, _cA, _lUA, _dE, _cDN, _cAe, _st, _aT, _fC, _fM],
903
+ [0, 0, 0, 5, 5, () => DnsEntry, 0, 0, 0, 0, 0, 0],
904
+ ];
905
+ export var GetTargetGroupRequest = [3, n0, _GTGR, 0, [_tGI], [[0, 1]]];
906
+ export var GetTargetGroupResponse = [
907
+ 3,
908
+ n0,
909
+ _GTGRe,
910
+ 0,
911
+ [_i, _a, _n, _ty, _co, _cA, _lUA, _st, _sAe, _fM, _fC],
912
+ [0, 0, 0, 0, () => TargetGroupConfig, 5, 5, 0, 64 | 0, 0, 0],
913
+ ];
914
+ export var HeaderMatch = [3, n0, _HM, 0, [_n, _ma, _cS], [0, () => HeaderMatchType, 2]];
915
+ export var HealthCheckConfig = [
916
+ 3,
917
+ n0,
918
+ _HCC,
919
+ 0,
920
+ [_en, _p, _pV, _po, _pa, _hCIS, _hCTS, _hTC, _uTC, _mat],
921
+ [2, 0, 0, 1, 0, 1, 1, 1, 1, () => Matcher],
922
+ ];
923
+ export var HttpMatch = [
924
+ 3,
925
+ n0,
926
+ _HMt,
927
+ 0,
928
+ [_me, _pM, _hM],
929
+ [0, () => PathMatch, () => HeaderMatchList],
930
+ ];
931
+ export var InternalServerException = [
932
+ -3,
933
+ n0,
934
+ _ISE,
935
+ {
936
+ [_e]: _se,
937
+ [_hE]: 500,
938
+ },
939
+ [_m, _rAS],
940
+ [
941
+ 0,
942
+ [
943
+ 1,
944
+ {
945
+ [_hH]: _RA,
946
+ },
947
+ ],
948
+ ],
949
+ ];
950
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
951
+ export var IpResource = [3, n0, _IR, 0, [_iA], [0]];
952
+ export var ListAccessLogSubscriptionsRequest = [
953
+ 3,
954
+ n0,
955
+ _LALSR,
956
+ 0,
957
+ [_rIe, _mR, _nT],
958
+ [
959
+ [
960
+ 0,
961
+ {
962
+ [_hQ]: _rIe,
963
+ },
964
+ ],
965
+ [
966
+ 1,
967
+ {
968
+ [_hQ]: _mR,
969
+ },
970
+ ],
971
+ [
972
+ 0,
973
+ {
974
+ [_hQ]: _nT,
975
+ },
976
+ ],
977
+ ],
978
+ ];
979
+ export var ListAccessLogSubscriptionsResponse = [
980
+ 3,
981
+ n0,
982
+ _LALSRi,
983
+ 0,
984
+ [_it, _nT],
985
+ [() => AccessLogSubscriptionList, 0],
986
+ ];
987
+ export var ListDomainVerificationsRequest = [
988
+ 3,
989
+ n0,
990
+ _LDVR,
991
+ 0,
992
+ [_mR, _nT],
993
+ [
994
+ [
995
+ 1,
996
+ {
997
+ [_hQ]: _mR,
998
+ },
999
+ ],
1000
+ [
1001
+ 0,
1002
+ {
1003
+ [_hQ]: _nT,
1004
+ },
1005
+ ],
1006
+ ],
1007
+ ];
1008
+ export var ListDomainVerificationsResponse = [
1009
+ 3,
1010
+ n0,
1011
+ _LDVRi,
1012
+ 0,
1013
+ [_it, _nT],
1014
+ [() => DomainVerificationList, 0],
1015
+ ];
1016
+ export var ListenerSummary = [
1017
+ 3,
1018
+ n0,
1019
+ _LS,
1020
+ 0,
1021
+ [_a, _i, _n, _p, _po, _cA, _lUA],
1022
+ [0, 0, 0, 0, 1, 5, 5],
1023
+ ];
1024
+ export var ListListenersRequest = [
1025
+ 3,
1026
+ n0,
1027
+ _LLR,
1028
+ 0,
1029
+ [_sI, _mR, _nT],
1030
+ [
1031
+ [0, 1],
1032
+ [
1033
+ 1,
1034
+ {
1035
+ [_hQ]: _mR,
1036
+ },
1037
+ ],
1038
+ [
1039
+ 0,
1040
+ {
1041
+ [_hQ]: _nT,
1042
+ },
1043
+ ],
1044
+ ],
1045
+ ];
1046
+ export var ListListenersResponse = [3, n0, _LLRi, 0, [_it, _nT], [() => ListenerSummaryList, 0]];
1047
+ export var ListResourceConfigurationsRequest = [
1048
+ 3,
1049
+ n0,
1050
+ _LRCR,
1051
+ 0,
1052
+ [_rGI, _rCGI, _dVI, _mR, _nT],
1053
+ [
1054
+ [
1055
+ 0,
1056
+ {
1057
+ [_hQ]: _rGI,
1058
+ },
1059
+ ],
1060
+ [
1061
+ 0,
1062
+ {
1063
+ [_hQ]: _rCGI,
1064
+ },
1065
+ ],
1066
+ [
1067
+ 0,
1068
+ {
1069
+ [_hQ]: _dVI,
1070
+ },
1071
+ ],
1072
+ [
1073
+ 1,
1074
+ {
1075
+ [_hQ]: _mR,
1076
+ },
1077
+ ],
1078
+ [
1079
+ 0,
1080
+ {
1081
+ [_hQ]: _nT,
1082
+ },
1083
+ ],
1084
+ ],
1085
+ ];
1086
+ export var ListResourceConfigurationsResponse = [
1087
+ 3,
1088
+ n0,
1089
+ _LRCRi,
1090
+ 0,
1091
+ [_it, _nT],
1092
+ [() => ResourceConfigurationSummaryList, 0],
1093
+ ];
1094
+ export var ListResourceEndpointAssociationsRequest = [
1095
+ 3,
1096
+ n0,
1097
+ _LREAR,
1098
+ 0,
1099
+ [_rCI, _rEAI, _vEI, _vEO, _mR, _nT],
1100
+ [
1101
+ [
1102
+ 0,
1103
+ {
1104
+ [_hQ]: _rCI,
1105
+ },
1106
+ ],
1107
+ [
1108
+ 0,
1109
+ {
1110
+ [_hQ]: _rEAI,
1111
+ },
1112
+ ],
1113
+ [
1114
+ 0,
1115
+ {
1116
+ [_hQ]: _vEI,
1117
+ },
1118
+ ],
1119
+ [
1120
+ 0,
1121
+ {
1122
+ [_hQ]: _vEO,
1123
+ },
1124
+ ],
1125
+ [
1126
+ 1,
1127
+ {
1128
+ [_hQ]: _mR,
1129
+ },
1130
+ ],
1131
+ [
1132
+ 0,
1133
+ {
1134
+ [_hQ]: _nT,
1135
+ },
1136
+ ],
1137
+ ],
1138
+ ];
1139
+ export var ListResourceEndpointAssociationsResponse = [
1140
+ 3,
1141
+ n0,
1142
+ _LREARi,
1143
+ 0,
1144
+ [_it, _nT],
1145
+ [() => ResourceEndpointAssociationList, 0],
1146
+ ];
1147
+ export var ListResourceGatewaysRequest = [
1148
+ 3,
1149
+ n0,
1150
+ _LRGR,
1151
+ 0,
1152
+ [_mR, _nT],
1153
+ [
1154
+ [
1155
+ 1,
1156
+ {
1157
+ [_hQ]: _mR,
1158
+ },
1159
+ ],
1160
+ [
1161
+ 0,
1162
+ {
1163
+ [_hQ]: _nT,
1164
+ },
1165
+ ],
1166
+ ],
1167
+ ];
1168
+ export var ListResourceGatewaysResponse = [
1169
+ 3,
1170
+ n0,
1171
+ _LRGRi,
1172
+ 0,
1173
+ [_it, _nT],
1174
+ [() => ResourceGatewayList, 0],
1175
+ ];
1176
+ export var ListRulesRequest = [
1177
+ 3,
1178
+ n0,
1179
+ _LRR,
1180
+ 0,
1181
+ [_sI, _lI, _mR, _nT],
1182
+ [
1183
+ [0, 1],
1184
+ [0, 1],
1185
+ [
1186
+ 1,
1187
+ {
1188
+ [_hQ]: _mR,
1189
+ },
1190
+ ],
1191
+ [
1192
+ 0,
1193
+ {
1194
+ [_hQ]: _nT,
1195
+ },
1196
+ ],
1197
+ ],
1198
+ ];
1199
+ export var ListRulesResponse = [3, n0, _LRRi, 0, [_it, _nT], [() => RuleSummaryList, 0]];
1200
+ export var ListServiceNetworkResourceAssociationsRequest = [
1201
+ 3,
1202
+ n0,
1203
+ _LSNRAR,
1204
+ 0,
1205
+ [_sNI, _rCI, _mR, _nT, _iC],
1206
+ [
1207
+ [
1208
+ 0,
1209
+ {
1210
+ [_hQ]: _sNI,
1211
+ },
1212
+ ],
1213
+ [
1214
+ 0,
1215
+ {
1216
+ [_hQ]: _rCI,
1217
+ },
1218
+ ],
1219
+ [
1220
+ 1,
1221
+ {
1222
+ [_hQ]: _mR,
1223
+ },
1224
+ ],
1225
+ [
1226
+ 0,
1227
+ {
1228
+ [_hQ]: _nT,
1229
+ },
1230
+ ],
1231
+ [
1232
+ 2,
1233
+ {
1234
+ [_hQ]: _iC,
1235
+ },
1236
+ ],
1237
+ ],
1238
+ ];
1239
+ export var ListServiceNetworkResourceAssociationsResponse = [
1240
+ 3,
1241
+ n0,
1242
+ _LSNRARi,
1243
+ 0,
1244
+ [_it, _nT],
1245
+ [() => ServiceNetworkResourceAssociationList, 0],
1246
+ ];
1247
+ export var ListServiceNetworkServiceAssociationsRequest = [
1248
+ 3,
1249
+ n0,
1250
+ _LSNSAR,
1251
+ 0,
1252
+ [_sNI, _sI, _mR, _nT],
1253
+ [
1254
+ [
1255
+ 0,
1256
+ {
1257
+ [_hQ]: _sNI,
1258
+ },
1259
+ ],
1260
+ [
1261
+ 0,
1262
+ {
1263
+ [_hQ]: _sI,
1264
+ },
1265
+ ],
1266
+ [
1267
+ 1,
1268
+ {
1269
+ [_hQ]: _mR,
1270
+ },
1271
+ ],
1272
+ [
1273
+ 0,
1274
+ {
1275
+ [_hQ]: _nT,
1276
+ },
1277
+ ],
1278
+ ],
1279
+ ];
1280
+ export var ListServiceNetworkServiceAssociationsResponse = [
1281
+ 3,
1282
+ n0,
1283
+ _LSNSARi,
1284
+ 0,
1285
+ [_it, _nT],
1286
+ [() => ServiceNetworkServiceAssociationList, 0],
1287
+ ];
1288
+ export var ListServiceNetworksRequest = [
1289
+ 3,
1290
+ n0,
1291
+ _LSNR,
1292
+ 0,
1293
+ [_mR, _nT],
1294
+ [
1295
+ [
1296
+ 1,
1297
+ {
1298
+ [_hQ]: _mR,
1299
+ },
1300
+ ],
1301
+ [
1302
+ 0,
1303
+ {
1304
+ [_hQ]: _nT,
1305
+ },
1306
+ ],
1307
+ ],
1308
+ ];
1309
+ export var ListServiceNetworksResponse = [
1310
+ 3,
1311
+ n0,
1312
+ _LSNRi,
1313
+ 0,
1314
+ [_it, _nT],
1315
+ [() => ServiceNetworkList, 0],
1316
+ ];
1317
+ export var ListServiceNetworkVpcAssociationsRequest = [
1318
+ 3,
1319
+ n0,
1320
+ _LSNVAR,
1321
+ 0,
1322
+ [_sNI, _vI, _mR, _nT],
1323
+ [
1324
+ [
1325
+ 0,
1326
+ {
1327
+ [_hQ]: _sNI,
1328
+ },
1329
+ ],
1330
+ [
1331
+ 0,
1332
+ {
1333
+ [_hQ]: _vI,
1334
+ },
1335
+ ],
1336
+ [
1337
+ 1,
1338
+ {
1339
+ [_hQ]: _mR,
1340
+ },
1341
+ ],
1342
+ [
1343
+ 0,
1344
+ {
1345
+ [_hQ]: _nT,
1346
+ },
1347
+ ],
1348
+ ],
1349
+ ];
1350
+ export var ListServiceNetworkVpcAssociationsResponse = [
1351
+ 3,
1352
+ n0,
1353
+ _LSNVARi,
1354
+ 0,
1355
+ [_it, _nT],
1356
+ [() => ServiceNetworkVpcAssociationList, 0],
1357
+ ];
1358
+ export var ListServiceNetworkVpcEndpointAssociationsRequest = [
1359
+ 3,
1360
+ n0,
1361
+ _LSNVEAR,
1362
+ 0,
1363
+ [_sNI, _mR, _nT],
1364
+ [
1365
+ [
1366
+ 0,
1367
+ {
1368
+ [_hQ]: _sNI,
1369
+ },
1370
+ ],
1371
+ [
1372
+ 1,
1373
+ {
1374
+ [_hQ]: _mR,
1375
+ },
1376
+ ],
1377
+ [
1378
+ 0,
1379
+ {
1380
+ [_hQ]: _nT,
1381
+ },
1382
+ ],
1383
+ ],
1384
+ ];
1385
+ export var ListServiceNetworkVpcEndpointAssociationsResponse = [
1386
+ 3,
1387
+ n0,
1388
+ _LSNVEARi,
1389
+ 0,
1390
+ [_it, _nT],
1391
+ [() => ServiceNetworkVpcEndpointAssociationList, 0],
1392
+ ];
1393
+ export var ListServicesRequest = [
1394
+ 3,
1395
+ n0,
1396
+ _LSR,
1397
+ 0,
1398
+ [_mR, _nT],
1399
+ [
1400
+ [
1401
+ 1,
1402
+ {
1403
+ [_hQ]: _mR,
1404
+ },
1405
+ ],
1406
+ [
1407
+ 0,
1408
+ {
1409
+ [_hQ]: _nT,
1410
+ },
1411
+ ],
1412
+ ],
1413
+ ];
1414
+ export var ListServicesResponse = [3, n0, _LSRi, 0, [_it, _nT], [() => ServiceList, 0]];
1415
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1416
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1417
+ export var ListTargetGroupsRequest = [
1418
+ 3,
1419
+ n0,
1420
+ _LTGR,
1421
+ 0,
1422
+ [_mR, _nT, _vI, _tGT],
1423
+ [
1424
+ [
1425
+ 1,
1426
+ {
1427
+ [_hQ]: _mR,
1428
+ },
1429
+ ],
1430
+ [
1431
+ 0,
1432
+ {
1433
+ [_hQ]: _nT,
1434
+ },
1435
+ ],
1436
+ [
1437
+ 0,
1438
+ {
1439
+ [_hQ]: _vI,
1440
+ },
1441
+ ],
1442
+ [
1443
+ 0,
1444
+ {
1445
+ [_hQ]: _tGT,
1446
+ },
1447
+ ],
1448
+ ],
1449
+ ];
1450
+ export var ListTargetGroupsResponse = [3, n0, _LTGRi, 0, [_it, _nT], [() => TargetGroupList, 0]];
1451
+ export var ListTargetsRequest = [
1452
+ 3,
1453
+ n0,
1454
+ _LTR,
1455
+ 0,
1456
+ [_tGI, _mR, _nT, _ta],
1457
+ [
1458
+ [0, 1],
1459
+ [
1460
+ 1,
1461
+ {
1462
+ [_hQ]: _mR,
1463
+ },
1464
+ ],
1465
+ [
1466
+ 0,
1467
+ {
1468
+ [_hQ]: _nT,
1469
+ },
1470
+ ],
1471
+ () => TargetList,
1472
+ ],
1473
+ ];
1474
+ export var ListTargetsResponse = [3, n0, _LTRi, 0, [_it, _nT], [() => TargetSummaryList, 0]];
1475
+ export var PathMatch = [3, n0, _PM, 0, [_ma, _cS], [() => PathMatchType, 2]];
1476
+ export var PutAuthPolicyRequest = [3, n0, _PAPR, 0, [_rIe, _pol], [[0, 1], 0]];
1477
+ export var PutAuthPolicyResponse = [3, n0, _PAPRu, 0, [_pol, _sta], [0, 0]];
1478
+ export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_rA, _pol], [[0, 1], 0]];
1479
+ export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [], []];
1480
+ export var RegisterTargetsRequest = [3, n0, _RTR, 0, [_tGI, _ta], [[0, 1], () => TargetList]];
1481
+ export var RegisterTargetsResponse = [
1482
+ 3,
1483
+ n0,
1484
+ _RTRe,
1485
+ 0,
1486
+ [_s, _u],
1487
+ [() => TargetList, () => TargetFailureList],
1488
+ ];
1489
+ export var ResourceConfigurationSummary = [
1490
+ 3,
1491
+ n0,
1492
+ _RCS,
1493
+ 0,
1494
+ [_i, _n, _a, _rGIe, _rCGIe, _ty, _st, _aM, _cA, _lUA, _cDN, _dVIo, _gD],
1495
+ [0, 0, 0, 0, 0, 0, 0, 2, 5, 5, 0, 0, 0],
1496
+ ];
1497
+ export var ResourceEndpointAssociationSummary = [
1498
+ 3,
1499
+ n0,
1500
+ _REAS,
1501
+ 0,
1502
+ [_i, _a, _rCIe, _rCA, _rCN, _vEI, _vEO, _cB, _cA],
1503
+ [0, 0, 0, 0, 0, 0, 0, 0, 5],
1504
+ ];
1505
+ export var ResourceGatewaySummary = [
1506
+ 3,
1507
+ n0,
1508
+ _RGS,
1509
+ 0,
1510
+ [_n, _i, _a, _st, _vI, _sIu, _sGI, _iAT, _iAPE, _cA, _lUA],
1511
+ [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 1, 5, 5],
1512
+ ];
1513
+ export var ResourceNotFoundException = [
1514
+ -3,
1515
+ n0,
1516
+ _RNFE,
1517
+ {
1518
+ [_e]: _c,
1519
+ [_hE]: 404,
1520
+ },
1521
+ [_m, _rI, _rT],
1522
+ [0, 0, 0],
1523
+ ];
1524
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1525
+ export var RuleSummary = [
1526
+ 3,
1527
+ n0,
1528
+ _RS,
1529
+ 0,
1530
+ [_a, _i, _n, _iD, _pr, _cA, _lUA],
1531
+ [0, 0, 0, 2, 1, 5, 5],
1532
+ ];
1533
+ export var RuleUpdate = [
1534
+ 3,
1535
+ n0,
1536
+ _RU,
1537
+ 0,
1538
+ [_rIu, _ma, _pr, _ac],
1539
+ [0, () => RuleMatch, 1, () => RuleAction],
1540
+ ];
1541
+ export var RuleUpdateFailure = [3, n0, _RUF, 0, [_rIu, _fC, _fM], [0, 0, 0]];
1542
+ export var RuleUpdateSuccess = [
1543
+ 3,
1544
+ n0,
1545
+ _RUS,
1546
+ 0,
1547
+ [_a, _i, _n, _iD, _ma, _pr, _ac],
1548
+ [0, 0, 0, 2, () => RuleMatch, 1, () => RuleAction],
1549
+ ];
1550
+ export var ServiceNetworkEndpointAssociation = [
1551
+ 3,
1552
+ n0,
1553
+ _SNEA,
1554
+ 0,
1555
+ [_vEI, _vIp, _vEOI, _i, _sta, _sNA, _cA],
1556
+ [0, 0, 0, 0, 0, 0, 5],
1557
+ ];
1558
+ export var ServiceNetworkResourceAssociationSummary = [
1559
+ 3,
1560
+ n0,
1561
+ _SNRAS,
1562
+ 0,
1563
+ [_i, _a, _st, _cB, _cA, _rCIe, _rCA, _rCN, _sNIe, _sNA, _sNN, _dE, _pDEr, _iMA, _fC, _pDE],
1564
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry, () => DnsEntry, 2, 0, 2],
1565
+ ];
1566
+ export var ServiceNetworkServiceAssociationSummary = [
1567
+ 3,
1568
+ n0,
1569
+ _SNSAS,
1570
+ 0,
1571
+ [_i, _st, _a, _cB, _cA, _sIe, _sN, _sA, _sNIe, _sNN, _sNA, _dE, _cDN],
1572
+ [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, () => DnsEntry, 0],
1573
+ ];
1574
+ export var ServiceNetworkSummary = [
1575
+ 3,
1576
+ n0,
1577
+ _SNS,
1578
+ 0,
1579
+ [_i, _n, _a, _cA, _lUA, _nOAVPC, _nOAS, _nOARC],
1580
+ [0, 0, 0, 5, 5, 1, 1, 1],
1581
+ ];
1582
+ export var ServiceNetworkVpcAssociationSummary = [
1583
+ 3,
1584
+ n0,
1585
+ _SNVAS,
1586
+ 0,
1587
+ [_i, _a, _st, _cB, _cA, _sNIe, _sNN, _sNA, _pDE, _dO, _vIp, _lUA],
1588
+ [0, 0, 0, 0, 5, 0, 0, 0, 2, () => DnsOptions, 0, 5],
1589
+ ];
1590
+ export var ServiceQuotaExceededException = [
1591
+ -3,
1592
+ n0,
1593
+ _SQEE,
1594
+ {
1595
+ [_e]: _c,
1596
+ [_hE]: 402,
1597
+ },
1598
+ [_m, _rI, _rT, _sCe, _qC],
1599
+ [0, 0, 0, 0, 0],
1600
+ ];
1601
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1602
+ export var ServiceSummary = [
1603
+ 3,
1604
+ n0,
1605
+ _SS,
1606
+ 0,
1607
+ [_i, _n, _a, _cA, _lUA, _dE, _cDN, _st],
1608
+ [0, 0, 0, 5, 5, () => DnsEntry, 0, 0],
1609
+ ];
1610
+ export var SharingConfig = [3, n0, _SC, 0, [_en], [2]];
1611
+ export var StartDomainVerificationRequest = [
1612
+ 3,
1613
+ n0,
1614
+ _SDVR,
1615
+ 0,
1616
+ [_cT, _dN, _t],
1617
+ [[0, 4], 0, 128 | 0],
1618
+ ];
1619
+ export var StartDomainVerificationResponse = [
1620
+ 3,
1621
+ n0,
1622
+ _SDVRt,
1623
+ 0,
1624
+ [_i, _a, _dN, _st, _tMC],
1625
+ [0, 0, 0, 0, () => TxtMethodConfig],
1626
+ ];
1627
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1628
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1629
+ export var Target = [3, n0, _T, 0, [_i, _po], [0, 1]];
1630
+ export var TargetFailure = [3, n0, _TF, 0, [_i, _po, _fC, _fM], [0, 1, 0, 0]];
1631
+ export var TargetGroupConfig = [
1632
+ 3,
1633
+ n0,
1634
+ _TGC,
1635
+ 0,
1636
+ [_po, _p, _pV, _iAT, _vI, _hC, _lESV],
1637
+ [1, 0, 0, 0, 0, () => HealthCheckConfig, 0],
1638
+ ];
1639
+ export var TargetGroupSummary = [
1640
+ 3,
1641
+ n0,
1642
+ _TGS,
1643
+ 0,
1644
+ [_i, _a, _n, _ty, _cA, _po, _p, _iAT, _vI, _lUA, _st, _sAe, _lESV],
1645
+ [0, 0, 0, 0, 5, 1, 0, 0, 0, 5, 0, 64 | 0, 0],
1646
+ ];
1647
+ export var TargetSummary = [3, n0, _TS, 0, [_i, _po, _st, _rC], [0, 1, 0, 0]];
1648
+ export var ThrottlingException = [
1649
+ -3,
1650
+ n0,
1651
+ _TE,
1652
+ {
1653
+ [_e]: _c,
1654
+ [_hE]: 429,
1655
+ },
1656
+ [_m, _sCe, _qC, _rAS],
1657
+ [
1658
+ 0,
1659
+ 0,
1660
+ 0,
1661
+ [
1662
+ 1,
1663
+ {
1664
+ [_hH]: _RA,
1665
+ },
1666
+ ],
1667
+ ],
1668
+ ];
1669
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1670
+ export var TxtMethodConfig = [3, n0, _TMC, 0, [_v, _n], [0, 0]];
1671
+ export var UntagResourceRequest = [
1672
+ 3,
1673
+ n0,
1674
+ _URR,
1675
+ 0,
1676
+ [_rA, _tK],
1677
+ [
1678
+ [0, 1],
1679
+ [
1680
+ 64 | 0,
1681
+ {
1682
+ [_hQ]: _tK,
1683
+ },
1684
+ ],
1685
+ ],
1686
+ ];
1687
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1688
+ export var UpdateAccessLogSubscriptionRequest = [3, n0, _UALSR, 0, [_aLSI, _dA], [[0, 1], 0]];
1689
+ export var UpdateAccessLogSubscriptionResponse = [
1690
+ 3,
1691
+ n0,
1692
+ _UALSRp,
1693
+ 0,
1694
+ [_i, _a, _rI, _rA, _dA],
1695
+ [0, 0, 0, 0, 0],
1696
+ ];
1697
+ export var UpdateListenerRequest = [
1698
+ 3,
1699
+ n0,
1700
+ _ULR,
1701
+ 0,
1702
+ [_sI, _lI, _dAe],
1703
+ [[0, 1], [0, 1], () => RuleAction],
1704
+ ];
1705
+ export var UpdateListenerResponse = [
1706
+ 3,
1707
+ n0,
1708
+ _ULRp,
1709
+ 0,
1710
+ [_a, _i, _n, _p, _po, _sA, _sIe, _dAe],
1711
+ [0, 0, 0, 0, 1, 0, 0, () => RuleAction],
1712
+ ];
1713
+ export var UpdateResourceConfigurationRequest = [
1714
+ 3,
1715
+ n0,
1716
+ _URCR,
1717
+ 0,
1718
+ [_rCI, _rCD, _aATSSN, _pR],
1719
+ [[0, 1], () => ResourceConfigurationDefinition, 2, 64 | 0],
1720
+ ];
1721
+ export var UpdateResourceConfigurationResponse = [
1722
+ 3,
1723
+ n0,
1724
+ _URCRp,
1725
+ 0,
1726
+ [_i, _n, _a, _rGIe, _rCGIe, _ty, _pR, _aATSSN, _p, _st, _rCD],
1727
+ [0, 0, 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ResourceConfigurationDefinition],
1728
+ ];
1729
+ export var UpdateResourceGatewayRequest = [3, n0, _URGR, 0, [_rGI, _sGI], [[0, 1], 64 | 0]];
1730
+ export var UpdateResourceGatewayResponse = [
1731
+ 3,
1732
+ n0,
1733
+ _URGRp,
1734
+ 0,
1735
+ [_n, _i, _a, _st, _vIp, _sIu, _sGI, _iAT],
1736
+ [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0],
1737
+ ];
1738
+ export var UpdateRuleRequest = [
1739
+ 3,
1740
+ n0,
1741
+ _URRp,
1742
+ 0,
1743
+ [_sI, _lI, _rIu, _ma, _pr, _ac],
1744
+ [[0, 1], [0, 1], [0, 1], () => RuleMatch, 1, () => RuleAction],
1745
+ ];
1746
+ export var UpdateRuleResponse = [
1747
+ 3,
1748
+ n0,
1749
+ _URRpd,
1750
+ 0,
1751
+ [_a, _i, _n, _iD, _ma, _pr, _ac],
1752
+ [0, 0, 0, 2, () => RuleMatch, 1, () => RuleAction],
1753
+ ];
1754
+ export var UpdateServiceNetworkRequest = [3, n0, _USNR, 0, [_sNI, _aT], [[0, 1], 0]];
1755
+ export var UpdateServiceNetworkResponse = [3, n0, _USNRp, 0, [_i, _n, _a, _aT], [0, 0, 0, 0]];
1756
+ export var UpdateServiceNetworkVpcAssociationRequest = [
1757
+ 3,
1758
+ n0,
1759
+ _USNVAR,
1760
+ 0,
1761
+ [_sNVAI, _sGI],
1762
+ [[0, 1], 64 | 0],
1763
+ ];
1764
+ export var UpdateServiceNetworkVpcAssociationResponse = [
1765
+ 3,
1766
+ n0,
1767
+ _USNVARp,
1768
+ 0,
1769
+ [_i, _a, _st, _cB, _sGI],
1770
+ [0, 0, 0, 0, 64 | 0],
1771
+ ];
1772
+ export var UpdateServiceRequest = [3, n0, _USR, 0, [_sI, _cAe, _aT], [[0, 1], 0, 0]];
1773
+ export var UpdateServiceResponse = [
1774
+ 3,
1775
+ n0,
1776
+ _USRp,
1777
+ 0,
1778
+ [_i, _a, _n, _cDN, _cAe, _aT],
1779
+ [0, 0, 0, 0, 0, 0],
1780
+ ];
1781
+ export var UpdateTargetGroupRequest = [
1782
+ 3,
1783
+ n0,
1784
+ _UTGR,
1785
+ 0,
1786
+ [_tGI, _hC],
1787
+ [[0, 1], () => HealthCheckConfig],
1788
+ ];
1789
+ export var UpdateTargetGroupResponse = [
1790
+ 3,
1791
+ n0,
1792
+ _UTGRp,
1793
+ 0,
1794
+ [_i, _a, _n, _ty, _co, _st],
1795
+ [0, 0, 0, 0, () => TargetGroupConfig, 0],
1796
+ ];
1797
+ export var ValidationException = [
1798
+ -3,
1799
+ n0,
1800
+ _VE,
1801
+ {
1802
+ [_e]: _c,
1803
+ [_hE]: 400,
1804
+ },
1805
+ [_m, _re, _fL],
1806
+ [0, 0, () => ValidationExceptionFieldList],
1807
+ ];
1808
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1809
+ export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1810
+ export var WeightedTargetGroup = [3, n0, _WTG, 0, [_tGI, _w], [0, 1]];
1811
+ export var VPCLatticeServiceException = [-3, _sm, "VPCLatticeServiceException", 0, [], []];
1812
+ TypeRegistry.for(_sm).registerError(VPCLatticeServiceException, __VPCLatticeServiceException);
1813
+ export var AccessLogSubscriptionList = [1, n0, _ALSL, 0, () => AccessLogSubscriptionSummary];
1814
+ export var DomainVerificationList = [1, n0, _DVL, 0, () => DomainVerificationSummary];
1815
+ export var HeaderMatchList = [1, n0, _HML, 0, () => HeaderMatch];
1816
+ export var ListenerSummaryList = [1, n0, _LSL, 0, () => ListenerSummary];
1817
+ export var PortRangeList = 64 | 0;
1818
+ export var PrivateDnsSpecifiedDomainsList = 64 | 0;
1819
+ export var ResourceConfigurationSummaryList = [1, n0, _RCSL, 0, () => ResourceConfigurationSummary];
1820
+ export var ResourceEndpointAssociationList = [
1821
+ 1,
1822
+ n0,
1823
+ _REAL,
1824
+ 0,
1825
+ () => ResourceEndpointAssociationSummary,
1826
+ ];
1827
+ export var ResourceGatewayList = [1, n0, _RGL, 0, () => ResourceGatewaySummary];
1828
+ export var RuleSummaryList = [1, n0, _RSL, 0, () => RuleSummary];
1829
+ export var RuleUpdateFailureList = [1, n0, _RUFL, 0, () => RuleUpdateFailure];
1830
+ export var RuleUpdateList = [1, n0, _RUL, 0, () => RuleUpdate];
1831
+ export var RuleUpdateSuccessList = [1, n0, _RUSL, 0, () => RuleUpdateSuccess];
1832
+ export var SecurityGroupList = 64 | 0;
1833
+ export var ServiceArnList = 64 | 0;
1834
+ export var ServiceList = [1, n0, _SL, 0, () => ServiceSummary];
1835
+ export var ServiceNetworkList = [1, n0, _SNL, 0, () => ServiceNetworkSummary];
1836
+ export var ServiceNetworkResourceAssociationList = [
1837
+ 1,
1838
+ n0,
1839
+ _SNRAL,
1840
+ 0,
1841
+ () => ServiceNetworkResourceAssociationSummary,
1842
+ ];
1843
+ export var ServiceNetworkServiceAssociationList = [
1844
+ 1,
1845
+ n0,
1846
+ _SNSAL,
1847
+ 0,
1848
+ () => ServiceNetworkServiceAssociationSummary,
1849
+ ];
1850
+ export var ServiceNetworkVpcAssociationList = [
1851
+ 1,
1852
+ n0,
1853
+ _SNVAL,
1854
+ 0,
1855
+ () => ServiceNetworkVpcAssociationSummary,
1856
+ ];
1857
+ export var ServiceNetworkVpcEndpointAssociationList = [
1858
+ 1,
1859
+ n0,
1860
+ _SNVEAL,
1861
+ 0,
1862
+ () => ServiceNetworkEndpointAssociation,
1863
+ ];
1864
+ export var SubnetList = 64 | 0;
1865
+ export var TagKeys = 64 | 0;
1866
+ export var TargetFailureList = [1, n0, _TFL, 0, () => TargetFailure];
1867
+ export var TargetGroupList = [1, n0, _TGL, 0, () => TargetGroupSummary];
1868
+ export var TargetList = [1, n0, _TL, 0, () => Target];
1869
+ export var TargetSummaryList = [1, n0, _TSL, 0, () => TargetSummary];
1870
+ export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1871
+ export var WeightedTargetGroupList = [1, n0, _WTGL, 0, () => WeightedTargetGroup];
1872
+ export var TagMap = 128 | 0;
1873
+ export var HeaderMatchType = [3, n0, _HMT, 0, [_ex, _pre, _con], [0, 0, 0]];
1874
+ export var Matcher = [3, n0, _M, 0, [_hCt], [0]];
1875
+ export var PathMatchType = [3, n0, _PMT, 0, [_ex, _pre], [0, 0]];
1876
+ export var ResourceConfigurationDefinition = [
1877
+ 3,
1878
+ n0,
1879
+ _RCD,
1880
+ 0,
1881
+ [_dR, _iR, _aR],
1882
+ [() => DnsResource, () => IpResource, () => ArnResource],
1883
+ ];
1884
+ export var RuleAction = [
1885
+ 3,
1886
+ n0,
1887
+ _RAu,
1888
+ 0,
1889
+ [_f, _fRi],
1890
+ [() => ForwardAction, () => FixedResponseAction],
1891
+ ];
1892
+ export var RuleMatch = [3, n0, _RM, 0, [_hMt], [() => HttpMatch]];
1893
+ export var BatchUpdateRule = [
1894
+ 9,
1895
+ n0,
1896
+ _BUR,
1897
+ {
1898
+ [_h]: ["PATCH", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 200],
1899
+ },
1900
+ () => BatchUpdateRuleRequest,
1901
+ () => BatchUpdateRuleResponse,
1902
+ ];
1903
+ export var CreateAccessLogSubscription = [
1904
+ 9,
1905
+ n0,
1906
+ _CALS,
1907
+ {
1908
+ [_h]: ["POST", "/accesslogsubscriptions", 201],
1909
+ },
1910
+ () => CreateAccessLogSubscriptionRequest,
1911
+ () => CreateAccessLogSubscriptionResponse,
1912
+ ];
1913
+ export var CreateListener = [
1914
+ 9,
1915
+ n0,
1916
+ _CL,
1917
+ {
1918
+ [_h]: ["POST", "/services/{serviceIdentifier}/listeners", 201],
1919
+ },
1920
+ () => CreateListenerRequest,
1921
+ () => CreateListenerResponse,
1922
+ ];
1923
+ export var CreateResourceConfiguration = [
1924
+ 9,
1925
+ n0,
1926
+ _CRC,
1927
+ {
1928
+ [_h]: ["POST", "/resourceconfigurations", 201],
1929
+ },
1930
+ () => CreateResourceConfigurationRequest,
1931
+ () => CreateResourceConfigurationResponse,
1932
+ ];
1933
+ export var CreateResourceGateway = [
1934
+ 9,
1935
+ n0,
1936
+ _CRG,
1937
+ {
1938
+ [_h]: ["POST", "/resourcegateways", 201],
1939
+ },
1940
+ () => CreateResourceGatewayRequest,
1941
+ () => CreateResourceGatewayResponse,
1942
+ ];
1943
+ export var CreateRule = [
1944
+ 9,
1945
+ n0,
1946
+ _CR,
1947
+ {
1948
+ [_h]: ["POST", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 201],
1949
+ },
1950
+ () => CreateRuleRequest,
1951
+ () => CreateRuleResponse,
1952
+ ];
1953
+ export var CreateService = [
1954
+ 9,
1955
+ n0,
1956
+ _CS,
1957
+ {
1958
+ [_h]: ["POST", "/services", 201],
1959
+ },
1960
+ () => CreateServiceRequest,
1961
+ () => CreateServiceResponse,
1962
+ ];
1963
+ export var CreateServiceNetwork = [
1964
+ 9,
1965
+ n0,
1966
+ _CSN,
1967
+ {
1968
+ [_h]: ["POST", "/servicenetworks", 201],
1969
+ },
1970
+ () => CreateServiceNetworkRequest,
1971
+ () => CreateServiceNetworkResponse,
1972
+ ];
1973
+ export var CreateServiceNetworkResourceAssociation = [
1974
+ 9,
1975
+ n0,
1976
+ _CSNRA,
1977
+ {
1978
+ [_h]: ["POST", "/servicenetworkresourceassociations", 201],
1979
+ },
1980
+ () => CreateServiceNetworkResourceAssociationRequest,
1981
+ () => CreateServiceNetworkResourceAssociationResponse,
1982
+ ];
1983
+ export var CreateServiceNetworkServiceAssociation = [
1984
+ 9,
1985
+ n0,
1986
+ _CSNSA,
1987
+ {
1988
+ [_h]: ["POST", "/servicenetworkserviceassociations", 200],
1989
+ },
1990
+ () => CreateServiceNetworkServiceAssociationRequest,
1991
+ () => CreateServiceNetworkServiceAssociationResponse,
1992
+ ];
1993
+ export var CreateServiceNetworkVpcAssociation = [
1994
+ 9,
1995
+ n0,
1996
+ _CSNVA,
1997
+ {
1998
+ [_h]: ["POST", "/servicenetworkvpcassociations", 200],
1999
+ },
2000
+ () => CreateServiceNetworkVpcAssociationRequest,
2001
+ () => CreateServiceNetworkVpcAssociationResponse,
2002
+ ];
2003
+ export var CreateTargetGroup = [
2004
+ 9,
2005
+ n0,
2006
+ _CTG,
2007
+ {
2008
+ [_h]: ["POST", "/targetgroups", 201],
2009
+ },
2010
+ () => CreateTargetGroupRequest,
2011
+ () => CreateTargetGroupResponse,
2012
+ ];
2013
+ export var DeleteAccessLogSubscription = [
2014
+ 9,
2015
+ n0,
2016
+ _DALS,
2017
+ {
2018
+ [_h]: ["DELETE", "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 204],
2019
+ },
2020
+ () => DeleteAccessLogSubscriptionRequest,
2021
+ () => DeleteAccessLogSubscriptionResponse,
2022
+ ];
2023
+ export var DeleteAuthPolicy = [
2024
+ 9,
2025
+ n0,
2026
+ _DAP,
2027
+ {
2028
+ [_h]: ["DELETE", "/authpolicy/{resourceIdentifier}", 204],
2029
+ },
2030
+ () => DeleteAuthPolicyRequest,
2031
+ () => DeleteAuthPolicyResponse,
2032
+ ];
2033
+ export var DeleteDomainVerification = [
2034
+ 9,
2035
+ n0,
2036
+ _DDV,
2037
+ {
2038
+ [_h]: ["DELETE", "/domainverifications/{domainVerificationIdentifier}", 200],
2039
+ },
2040
+ () => DeleteDomainVerificationRequest,
2041
+ () => DeleteDomainVerificationResponse,
2042
+ ];
2043
+ export var DeleteListener = [
2044
+ 9,
2045
+ n0,
2046
+ _DL,
2047
+ {
2048
+ [_h]: ["DELETE", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 204],
2049
+ },
2050
+ () => DeleteListenerRequest,
2051
+ () => DeleteListenerResponse,
2052
+ ];
2053
+ export var DeleteResourceConfiguration = [
2054
+ 9,
2055
+ n0,
2056
+ _DRC,
2057
+ {
2058
+ [_h]: ["DELETE", "/resourceconfigurations/{resourceConfigurationIdentifier}", 204],
2059
+ },
2060
+ () => DeleteResourceConfigurationRequest,
2061
+ () => DeleteResourceConfigurationResponse,
2062
+ ];
2063
+ export var DeleteResourceEndpointAssociation = [
2064
+ 9,
2065
+ n0,
2066
+ _DREA,
2067
+ {
2068
+ [_h]: ["DELETE", "/resourceendpointassociations/{resourceEndpointAssociationIdentifier}", 200],
2069
+ },
2070
+ () => DeleteResourceEndpointAssociationRequest,
2071
+ () => DeleteResourceEndpointAssociationResponse,
2072
+ ];
2073
+ export var DeleteResourceGateway = [
2074
+ 9,
2075
+ n0,
2076
+ _DRG,
2077
+ {
2078
+ [_h]: ["DELETE", "/resourcegateways/{resourceGatewayIdentifier}", 200],
2079
+ },
2080
+ () => DeleteResourceGatewayRequest,
2081
+ () => DeleteResourceGatewayResponse,
2082
+ ];
2083
+ export var DeleteResourcePolicy = [
2084
+ 9,
2085
+ n0,
2086
+ _DRP,
2087
+ {
2088
+ [_h]: ["DELETE", "/resourcepolicy/{resourceArn}", 204],
2089
+ },
2090
+ () => DeleteResourcePolicyRequest,
2091
+ () => DeleteResourcePolicyResponse,
2092
+ ];
2093
+ export var DeleteRule = [
2094
+ 9,
2095
+ n0,
2096
+ _DRe,
2097
+ {
2098
+ [_h]: ["DELETE", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 204],
2099
+ },
2100
+ () => DeleteRuleRequest,
2101
+ () => DeleteRuleResponse,
2102
+ ];
2103
+ export var DeleteService = [
2104
+ 9,
2105
+ n0,
2106
+ _DS,
2107
+ {
2108
+ [_h]: ["DELETE", "/services/{serviceIdentifier}", 200],
2109
+ },
2110
+ () => DeleteServiceRequest,
2111
+ () => DeleteServiceResponse,
2112
+ ];
2113
+ export var DeleteServiceNetwork = [
2114
+ 9,
2115
+ n0,
2116
+ _DSN,
2117
+ {
2118
+ [_h]: ["DELETE", "/servicenetworks/{serviceNetworkIdentifier}", 204],
2119
+ },
2120
+ () => DeleteServiceNetworkRequest,
2121
+ () => DeleteServiceNetworkResponse,
2122
+ ];
2123
+ export var DeleteServiceNetworkResourceAssociation = [
2124
+ 9,
2125
+ n0,
2126
+ _DSNRA,
2127
+ {
2128
+ [_h]: ["DELETE", "/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}", 200],
2129
+ },
2130
+ () => DeleteServiceNetworkResourceAssociationRequest,
2131
+ () => DeleteServiceNetworkResourceAssociationResponse,
2132
+ ];
2133
+ export var DeleteServiceNetworkServiceAssociation = [
2134
+ 9,
2135
+ n0,
2136
+ _DSNSA,
2137
+ {
2138
+ [_h]: ["DELETE", "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", 200],
2139
+ },
2140
+ () => DeleteServiceNetworkServiceAssociationRequest,
2141
+ () => DeleteServiceNetworkServiceAssociationResponse,
2142
+ ];
2143
+ export var DeleteServiceNetworkVpcAssociation = [
2144
+ 9,
2145
+ n0,
2146
+ _DSNVA,
2147
+ {
2148
+ [_h]: ["DELETE", "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 200],
2149
+ },
2150
+ () => DeleteServiceNetworkVpcAssociationRequest,
2151
+ () => DeleteServiceNetworkVpcAssociationResponse,
2152
+ ];
2153
+ export var DeleteTargetGroup = [
2154
+ 9,
2155
+ n0,
2156
+ _DTG,
2157
+ {
2158
+ [_h]: ["DELETE", "/targetgroups/{targetGroupIdentifier}", 200],
2159
+ },
2160
+ () => DeleteTargetGroupRequest,
2161
+ () => DeleteTargetGroupResponse,
2162
+ ];
2163
+ export var DeregisterTargets = [
2164
+ 9,
2165
+ n0,
2166
+ _DT,
2167
+ {
2168
+ [_h]: ["POST", "/targetgroups/{targetGroupIdentifier}/deregistertargets", 200],
2169
+ },
2170
+ () => DeregisterTargetsRequest,
2171
+ () => DeregisterTargetsResponse,
2172
+ ];
2173
+ export var GetAccessLogSubscription = [
2174
+ 9,
2175
+ n0,
2176
+ _GALS,
2177
+ {
2178
+ [_h]: ["GET", "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 200],
2179
+ },
2180
+ () => GetAccessLogSubscriptionRequest,
2181
+ () => GetAccessLogSubscriptionResponse,
2182
+ ];
2183
+ export var GetAuthPolicy = [
2184
+ 9,
2185
+ n0,
2186
+ _GAP,
2187
+ {
2188
+ [_h]: ["GET", "/authpolicy/{resourceIdentifier}", 200],
2189
+ },
2190
+ () => GetAuthPolicyRequest,
2191
+ () => GetAuthPolicyResponse,
2192
+ ];
2193
+ export var GetDomainVerification = [
2194
+ 9,
2195
+ n0,
2196
+ _GDV,
2197
+ {
2198
+ [_h]: ["GET", "/domainverifications/{domainVerificationIdentifier}", 200],
2199
+ },
2200
+ () => GetDomainVerificationRequest,
2201
+ () => GetDomainVerificationResponse,
2202
+ ];
2203
+ export var GetListener = [
2204
+ 9,
2205
+ n0,
2206
+ _GL,
2207
+ {
2208
+ [_h]: ["GET", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 200],
2209
+ },
2210
+ () => GetListenerRequest,
2211
+ () => GetListenerResponse,
2212
+ ];
2213
+ export var GetResourceConfiguration = [
2214
+ 9,
2215
+ n0,
2216
+ _GRC,
2217
+ {
2218
+ [_h]: ["GET", "/resourceconfigurations/{resourceConfigurationIdentifier}", 200],
2219
+ },
2220
+ () => GetResourceConfigurationRequest,
2221
+ () => GetResourceConfigurationResponse,
2222
+ ];
2223
+ export var GetResourceGateway = [
2224
+ 9,
2225
+ n0,
2226
+ _GRG,
2227
+ {
2228
+ [_h]: ["GET", "/resourcegateways/{resourceGatewayIdentifier}", 200],
2229
+ },
2230
+ () => GetResourceGatewayRequest,
2231
+ () => GetResourceGatewayResponse,
2232
+ ];
2233
+ export var GetResourcePolicy = [
2234
+ 9,
2235
+ n0,
2236
+ _GRP,
2237
+ {
2238
+ [_h]: ["GET", "/resourcepolicy/{resourceArn}", 200],
2239
+ },
2240
+ () => GetResourcePolicyRequest,
2241
+ () => GetResourcePolicyResponse,
2242
+ ];
2243
+ export var GetRule = [
2244
+ 9,
2245
+ n0,
2246
+ _GR,
2247
+ {
2248
+ [_h]: ["GET", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 200],
2249
+ },
2250
+ () => GetRuleRequest,
2251
+ () => GetRuleResponse,
2252
+ ];
2253
+ export var GetService = [
2254
+ 9,
2255
+ n0,
2256
+ _GS,
2257
+ {
2258
+ [_h]: ["GET", "/services/{serviceIdentifier}", 200],
2259
+ },
2260
+ () => GetServiceRequest,
2261
+ () => GetServiceResponse,
2262
+ ];
2263
+ export var GetServiceNetwork = [
2264
+ 9,
2265
+ n0,
2266
+ _GSN,
2267
+ {
2268
+ [_h]: ["GET", "/servicenetworks/{serviceNetworkIdentifier}", 200],
2269
+ },
2270
+ () => GetServiceNetworkRequest,
2271
+ () => GetServiceNetworkResponse,
2272
+ ];
2273
+ export var GetServiceNetworkResourceAssociation = [
2274
+ 9,
2275
+ n0,
2276
+ _GSNRA,
2277
+ {
2278
+ [_h]: ["GET", "/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}", 200],
2279
+ },
2280
+ () => GetServiceNetworkResourceAssociationRequest,
2281
+ () => GetServiceNetworkResourceAssociationResponse,
2282
+ ];
2283
+ export var GetServiceNetworkServiceAssociation = [
2284
+ 9,
2285
+ n0,
2286
+ _GSNSA,
2287
+ {
2288
+ [_h]: ["GET", "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", 200],
2289
+ },
2290
+ () => GetServiceNetworkServiceAssociationRequest,
2291
+ () => GetServiceNetworkServiceAssociationResponse,
2292
+ ];
2293
+ export var GetServiceNetworkVpcAssociation = [
2294
+ 9,
2295
+ n0,
2296
+ _GSNVA,
2297
+ {
2298
+ [_h]: ["GET", "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 200],
2299
+ },
2300
+ () => GetServiceNetworkVpcAssociationRequest,
2301
+ () => GetServiceNetworkVpcAssociationResponse,
2302
+ ];
2303
+ export var GetTargetGroup = [
2304
+ 9,
2305
+ n0,
2306
+ _GTG,
2307
+ {
2308
+ [_h]: ["GET", "/targetgroups/{targetGroupIdentifier}", 200],
2309
+ },
2310
+ () => GetTargetGroupRequest,
2311
+ () => GetTargetGroupResponse,
2312
+ ];
2313
+ export var ListAccessLogSubscriptions = [
2314
+ 9,
2315
+ n0,
2316
+ _LALS,
2317
+ {
2318
+ [_h]: ["GET", "/accesslogsubscriptions", 200],
2319
+ },
2320
+ () => ListAccessLogSubscriptionsRequest,
2321
+ () => ListAccessLogSubscriptionsResponse,
2322
+ ];
2323
+ export var ListDomainVerifications = [
2324
+ 9,
2325
+ n0,
2326
+ _LDV,
2327
+ {
2328
+ [_h]: ["GET", "/domainverifications", 200],
2329
+ },
2330
+ () => ListDomainVerificationsRequest,
2331
+ () => ListDomainVerificationsResponse,
2332
+ ];
2333
+ export var ListListeners = [
2334
+ 9,
2335
+ n0,
2336
+ _LL,
2337
+ {
2338
+ [_h]: ["GET", "/services/{serviceIdentifier}/listeners", 200],
2339
+ },
2340
+ () => ListListenersRequest,
2341
+ () => ListListenersResponse,
2342
+ ];
2343
+ export var ListResourceConfigurations = [
2344
+ 9,
2345
+ n0,
2346
+ _LRC,
2347
+ {
2348
+ [_h]: ["GET", "/resourceconfigurations", 200],
2349
+ },
2350
+ () => ListResourceConfigurationsRequest,
2351
+ () => ListResourceConfigurationsResponse,
2352
+ ];
2353
+ export var ListResourceEndpointAssociations = [
2354
+ 9,
2355
+ n0,
2356
+ _LREA,
2357
+ {
2358
+ [_h]: ["GET", "/resourceendpointassociations", 200],
2359
+ },
2360
+ () => ListResourceEndpointAssociationsRequest,
2361
+ () => ListResourceEndpointAssociationsResponse,
2362
+ ];
2363
+ export var ListResourceGateways = [
2364
+ 9,
2365
+ n0,
2366
+ _LRG,
2367
+ {
2368
+ [_h]: ["GET", "/resourcegateways", 200],
2369
+ },
2370
+ () => ListResourceGatewaysRequest,
2371
+ () => ListResourceGatewaysResponse,
2372
+ ];
2373
+ export var ListRules = [
2374
+ 9,
2375
+ n0,
2376
+ _LR,
2377
+ {
2378
+ [_h]: ["GET", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 200],
2379
+ },
2380
+ () => ListRulesRequest,
2381
+ () => ListRulesResponse,
2382
+ ];
2383
+ export var ListServiceNetworkResourceAssociations = [
2384
+ 9,
2385
+ n0,
2386
+ _LSNRA,
2387
+ {
2388
+ [_h]: ["GET", "/servicenetworkresourceassociations", 200],
2389
+ },
2390
+ () => ListServiceNetworkResourceAssociationsRequest,
2391
+ () => ListServiceNetworkResourceAssociationsResponse,
2392
+ ];
2393
+ export var ListServiceNetworks = [
2394
+ 9,
2395
+ n0,
2396
+ _LSN,
2397
+ {
2398
+ [_h]: ["GET", "/servicenetworks", 200],
2399
+ },
2400
+ () => ListServiceNetworksRequest,
2401
+ () => ListServiceNetworksResponse,
2402
+ ];
2403
+ export var ListServiceNetworkServiceAssociations = [
2404
+ 9,
2405
+ n0,
2406
+ _LSNSA,
2407
+ {
2408
+ [_h]: ["GET", "/servicenetworkserviceassociations", 200],
2409
+ },
2410
+ () => ListServiceNetworkServiceAssociationsRequest,
2411
+ () => ListServiceNetworkServiceAssociationsResponse,
2412
+ ];
2413
+ export var ListServiceNetworkVpcAssociations = [
2414
+ 9,
2415
+ n0,
2416
+ _LSNVA,
2417
+ {
2418
+ [_h]: ["GET", "/servicenetworkvpcassociations", 200],
2419
+ },
2420
+ () => ListServiceNetworkVpcAssociationsRequest,
2421
+ () => ListServiceNetworkVpcAssociationsResponse,
2422
+ ];
2423
+ export var ListServiceNetworkVpcEndpointAssociations = [
2424
+ 9,
2425
+ n0,
2426
+ _LSNVEA,
2427
+ {
2428
+ [_h]: ["GET", "/servicenetworkvpcendpointassociations", 200],
2429
+ },
2430
+ () => ListServiceNetworkVpcEndpointAssociationsRequest,
2431
+ () => ListServiceNetworkVpcEndpointAssociationsResponse,
2432
+ ];
2433
+ export var ListServices = [
2434
+ 9,
2435
+ n0,
2436
+ _LSi,
2437
+ {
2438
+ [_h]: ["GET", "/services", 200],
2439
+ },
2440
+ () => ListServicesRequest,
2441
+ () => ListServicesResponse,
2442
+ ];
2443
+ export var ListTagsForResource = [
2444
+ 9,
2445
+ n0,
2446
+ _LTFR,
2447
+ {
2448
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
2449
+ },
2450
+ () => ListTagsForResourceRequest,
2451
+ () => ListTagsForResourceResponse,
2452
+ ];
2453
+ export var ListTargetGroups = [
2454
+ 9,
2455
+ n0,
2456
+ _LTG,
2457
+ {
2458
+ [_h]: ["GET", "/targetgroups", 200],
2459
+ },
2460
+ () => ListTargetGroupsRequest,
2461
+ () => ListTargetGroupsResponse,
2462
+ ];
2463
+ export var ListTargets = [
2464
+ 9,
2465
+ n0,
2466
+ _LT,
2467
+ {
2468
+ [_h]: ["POST", "/targetgroups/{targetGroupIdentifier}/listtargets", 200],
2469
+ },
2470
+ () => ListTargetsRequest,
2471
+ () => ListTargetsResponse,
2472
+ ];
2473
+ export var PutAuthPolicy = [
2474
+ 9,
2475
+ n0,
2476
+ _PAP,
2477
+ {
2478
+ [_h]: ["PUT", "/authpolicy/{resourceIdentifier}", 200],
2479
+ },
2480
+ () => PutAuthPolicyRequest,
2481
+ () => PutAuthPolicyResponse,
2482
+ ];
2483
+ export var PutResourcePolicy = [
2484
+ 9,
2485
+ n0,
2486
+ _PRP,
2487
+ {
2488
+ [_h]: ["PUT", "/resourcepolicy/{resourceArn}", 200],
2489
+ },
2490
+ () => PutResourcePolicyRequest,
2491
+ () => PutResourcePolicyResponse,
2492
+ ];
2493
+ export var RegisterTargets = [
2494
+ 9,
2495
+ n0,
2496
+ _RT,
2497
+ {
2498
+ [_h]: ["POST", "/targetgroups/{targetGroupIdentifier}/registertargets", 200],
2499
+ },
2500
+ () => RegisterTargetsRequest,
2501
+ () => RegisterTargetsResponse,
2502
+ ];
2503
+ export var StartDomainVerification = [
2504
+ 9,
2505
+ n0,
2506
+ _SDV,
2507
+ {
2508
+ [_h]: ["POST", "/domainverifications", 201],
2509
+ },
2510
+ () => StartDomainVerificationRequest,
2511
+ () => StartDomainVerificationResponse,
2512
+ ];
2513
+ export var TagResource = [
2514
+ 9,
2515
+ n0,
2516
+ _TR,
2517
+ {
2518
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
2519
+ },
2520
+ () => TagResourceRequest,
2521
+ () => TagResourceResponse,
2522
+ ];
2523
+ export var UntagResource = [
2524
+ 9,
2525
+ n0,
2526
+ _UR,
2527
+ {
2528
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
2529
+ },
2530
+ () => UntagResourceRequest,
2531
+ () => UntagResourceResponse,
2532
+ ];
2533
+ export var UpdateAccessLogSubscription = [
2534
+ 9,
2535
+ n0,
2536
+ _UALS,
2537
+ {
2538
+ [_h]: ["PATCH", "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 200],
2539
+ },
2540
+ () => UpdateAccessLogSubscriptionRequest,
2541
+ () => UpdateAccessLogSubscriptionResponse,
2542
+ ];
2543
+ export var UpdateListener = [
2544
+ 9,
2545
+ n0,
2546
+ _UL,
2547
+ {
2548
+ [_h]: ["PATCH", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 200],
2549
+ },
2550
+ () => UpdateListenerRequest,
2551
+ () => UpdateListenerResponse,
2552
+ ];
2553
+ export var UpdateResourceConfiguration = [
2554
+ 9,
2555
+ n0,
2556
+ _URC,
2557
+ {
2558
+ [_h]: ["PATCH", "/resourceconfigurations/{resourceConfigurationIdentifier}", 200],
2559
+ },
2560
+ () => UpdateResourceConfigurationRequest,
2561
+ () => UpdateResourceConfigurationResponse,
2562
+ ];
2563
+ export var UpdateResourceGateway = [
2564
+ 9,
2565
+ n0,
2566
+ _URG,
2567
+ {
2568
+ [_h]: ["PATCH", "/resourcegateways/{resourceGatewayIdentifier}", 200],
2569
+ },
2570
+ () => UpdateResourceGatewayRequest,
2571
+ () => UpdateResourceGatewayResponse,
2572
+ ];
2573
+ export var UpdateRule = [
2574
+ 9,
2575
+ n0,
2576
+ _URp,
2577
+ {
2578
+ [_h]: ["PATCH", "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 200],
2579
+ },
2580
+ () => UpdateRuleRequest,
2581
+ () => UpdateRuleResponse,
2582
+ ];
2583
+ export var UpdateService = [
2584
+ 9,
2585
+ n0,
2586
+ _US,
2587
+ {
2588
+ [_h]: ["PATCH", "/services/{serviceIdentifier}", 200],
2589
+ },
2590
+ () => UpdateServiceRequest,
2591
+ () => UpdateServiceResponse,
2592
+ ];
2593
+ export var UpdateServiceNetwork = [
2594
+ 9,
2595
+ n0,
2596
+ _USN,
2597
+ {
2598
+ [_h]: ["PATCH", "/servicenetworks/{serviceNetworkIdentifier}", 200],
2599
+ },
2600
+ () => UpdateServiceNetworkRequest,
2601
+ () => UpdateServiceNetworkResponse,
2602
+ ];
2603
+ export var UpdateServiceNetworkVpcAssociation = [
2604
+ 9,
2605
+ n0,
2606
+ _USNVA,
2607
+ {
2608
+ [_h]: ["PATCH", "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 200],
2609
+ },
2610
+ () => UpdateServiceNetworkVpcAssociationRequest,
2611
+ () => UpdateServiceNetworkVpcAssociationResponse,
2612
+ ];
2613
+ export var UpdateTargetGroup = [
2614
+ 9,
2615
+ n0,
2616
+ _UTG,
2617
+ {
2618
+ [_h]: ["PATCH", "/targetgroups/{targetGroupIdentifier}", 200],
2619
+ },
2620
+ () => UpdateTargetGroupRequest,
2621
+ () => UpdateTargetGroupResponse,
2622
+ ];