@aws-sdk/client-vpc-lattice 3.928.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 +2 -3
  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
@@ -1,659 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "../commands/BatchUpdateRuleCommand";
4
- import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "../commands/CreateAccessLogSubscriptionCommand";
5
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
6
- import { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "../commands/CreateResourceConfigurationCommand";
7
- import { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "../commands/CreateResourceGatewayCommand";
8
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
9
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
10
- import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "../commands/CreateServiceNetworkCommand";
11
- import { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "../commands/CreateServiceNetworkResourceAssociationCommand";
12
- import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "../commands/CreateServiceNetworkServiceAssociationCommand";
13
- import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "../commands/CreateServiceNetworkVpcAssociationCommand";
14
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "../commands/CreateTargetGroupCommand";
15
- import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "../commands/DeleteAccessLogSubscriptionCommand";
16
- import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "../commands/DeleteAuthPolicyCommand";
17
- import { DeleteDomainVerificationCommandInput, DeleteDomainVerificationCommandOutput } from "../commands/DeleteDomainVerificationCommand";
18
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
19
- import { DeleteResourceConfigurationCommandInput, DeleteResourceConfigurationCommandOutput } from "../commands/DeleteResourceConfigurationCommand";
20
- import { DeleteResourceEndpointAssociationCommandInput, DeleteResourceEndpointAssociationCommandOutput } from "../commands/DeleteResourceEndpointAssociationCommand";
21
- import { DeleteResourceGatewayCommandInput, DeleteResourceGatewayCommandOutput } from "../commands/DeleteResourceGatewayCommand";
22
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
23
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
24
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
25
- import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "../commands/DeleteServiceNetworkCommand";
26
- import { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "../commands/DeleteServiceNetworkResourceAssociationCommand";
27
- import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "../commands/DeleteServiceNetworkServiceAssociationCommand";
28
- import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "../commands/DeleteServiceNetworkVpcAssociationCommand";
29
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "../commands/DeleteTargetGroupCommand";
30
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "../commands/DeregisterTargetsCommand";
31
- import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "../commands/GetAccessLogSubscriptionCommand";
32
- import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "../commands/GetAuthPolicyCommand";
33
- import { GetDomainVerificationCommandInput, GetDomainVerificationCommandOutput } from "../commands/GetDomainVerificationCommand";
34
- import { GetListenerCommandInput, GetListenerCommandOutput } from "../commands/GetListenerCommand";
35
- import { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "../commands/GetResourceConfigurationCommand";
36
- import { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "../commands/GetResourceGatewayCommand";
37
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
38
- import { GetRuleCommandInput, GetRuleCommandOutput } from "../commands/GetRuleCommand";
39
- import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
40
- import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "../commands/GetServiceNetworkCommand";
41
- import { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "../commands/GetServiceNetworkResourceAssociationCommand";
42
- import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "../commands/GetServiceNetworkServiceAssociationCommand";
43
- import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "../commands/GetServiceNetworkVpcAssociationCommand";
44
- import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "../commands/GetTargetGroupCommand";
45
- import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "../commands/ListAccessLogSubscriptionsCommand";
46
- import { ListDomainVerificationsCommandInput, ListDomainVerificationsCommandOutput } from "../commands/ListDomainVerificationsCommand";
47
- import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
48
- import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "../commands/ListResourceConfigurationsCommand";
49
- import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "../commands/ListResourceEndpointAssociationsCommand";
50
- import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "../commands/ListResourceGatewaysCommand";
51
- import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
52
- import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "../commands/ListServiceNetworkResourceAssociationsCommand";
53
- import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "../commands/ListServiceNetworksCommand";
54
- import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "../commands/ListServiceNetworkServiceAssociationsCommand";
55
- import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcAssociationsCommand";
56
- import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
57
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
58
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
59
- import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "../commands/ListTargetGroupsCommand";
60
- import { ListTargetsCommandInput, ListTargetsCommandOutput } from "../commands/ListTargetsCommand";
61
- import { PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput } from "../commands/PutAuthPolicyCommand";
62
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
63
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "../commands/RegisterTargetsCommand";
64
- import { StartDomainVerificationCommandInput, StartDomainVerificationCommandOutput } from "../commands/StartDomainVerificationCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
66
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
67
- import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "../commands/UpdateAccessLogSubscriptionCommand";
68
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
69
- import { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "../commands/UpdateResourceConfigurationCommand";
70
- import { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "../commands/UpdateResourceGatewayCommand";
71
- import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "../commands/UpdateRuleCommand";
72
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
73
- import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "../commands/UpdateServiceNetworkCommand";
74
- import { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "../commands/UpdateServiceNetworkVpcAssociationCommand";
75
- import { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "../commands/UpdateTargetGroupCommand";
76
- /**
77
- * serializeAws_restJson1BatchUpdateRuleCommand
78
- */
79
- export declare const se_BatchUpdateRuleCommand: (input: BatchUpdateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1CreateAccessLogSubscriptionCommand
82
- */
83
- export declare const se_CreateAccessLogSubscriptionCommand: (input: CreateAccessLogSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1CreateListenerCommand
86
- */
87
- export declare const se_CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1CreateResourceConfigurationCommand
90
- */
91
- export declare const se_CreateResourceConfigurationCommand: (input: CreateResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1CreateResourceGatewayCommand
94
- */
95
- export declare const se_CreateResourceGatewayCommand: (input: CreateResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1CreateRuleCommand
98
- */
99
- export declare const se_CreateRuleCommand: (input: CreateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1CreateServiceCommand
102
- */
103
- export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1CreateServiceNetworkCommand
106
- */
107
- export declare const se_CreateServiceNetworkCommand: (input: CreateServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1CreateServiceNetworkResourceAssociationCommand
110
- */
111
- export declare const se_CreateServiceNetworkResourceAssociationCommand: (input: CreateServiceNetworkResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1CreateServiceNetworkServiceAssociationCommand
114
- */
115
- export declare const se_CreateServiceNetworkServiceAssociationCommand: (input: CreateServiceNetworkServiceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1CreateServiceNetworkVpcAssociationCommand
118
- */
119
- export declare const se_CreateServiceNetworkVpcAssociationCommand: (input: CreateServiceNetworkVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1CreateTargetGroupCommand
122
- */
123
- export declare const se_CreateTargetGroupCommand: (input: CreateTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1DeleteAccessLogSubscriptionCommand
126
- */
127
- export declare const se_DeleteAccessLogSubscriptionCommand: (input: DeleteAccessLogSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1DeleteAuthPolicyCommand
130
- */
131
- export declare const se_DeleteAuthPolicyCommand: (input: DeleteAuthPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1DeleteDomainVerificationCommand
134
- */
135
- export declare const se_DeleteDomainVerificationCommand: (input: DeleteDomainVerificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1DeleteListenerCommand
138
- */
139
- export declare const se_DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1DeleteResourceConfigurationCommand
142
- */
143
- export declare const se_DeleteResourceConfigurationCommand: (input: DeleteResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1DeleteResourceEndpointAssociationCommand
146
- */
147
- export declare const se_DeleteResourceEndpointAssociationCommand: (input: DeleteResourceEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1DeleteResourceGatewayCommand
150
- */
151
- export declare const se_DeleteResourceGatewayCommand: (input: DeleteResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1DeleteResourcePolicyCommand
154
- */
155
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1DeleteRuleCommand
158
- */
159
- export declare const se_DeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1DeleteServiceCommand
162
- */
163
- export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1DeleteServiceNetworkCommand
166
- */
167
- export declare const se_DeleteServiceNetworkCommand: (input: DeleteServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_restJson1DeleteServiceNetworkResourceAssociationCommand
170
- */
171
- export declare const se_DeleteServiceNetworkResourceAssociationCommand: (input: DeleteServiceNetworkResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_restJson1DeleteServiceNetworkServiceAssociationCommand
174
- */
175
- export declare const se_DeleteServiceNetworkServiceAssociationCommand: (input: DeleteServiceNetworkServiceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_restJson1DeleteServiceNetworkVpcAssociationCommand
178
- */
179
- export declare const se_DeleteServiceNetworkVpcAssociationCommand: (input: DeleteServiceNetworkVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_restJson1DeleteTargetGroupCommand
182
- */
183
- export declare const se_DeleteTargetGroupCommand: (input: DeleteTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_restJson1DeregisterTargetsCommand
186
- */
187
- export declare const se_DeregisterTargetsCommand: (input: DeregisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_restJson1GetAccessLogSubscriptionCommand
190
- */
191
- export declare const se_GetAccessLogSubscriptionCommand: (input: GetAccessLogSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_restJson1GetAuthPolicyCommand
194
- */
195
- export declare const se_GetAuthPolicyCommand: (input: GetAuthPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_restJson1GetDomainVerificationCommand
198
- */
199
- export declare const se_GetDomainVerificationCommand: (input: GetDomainVerificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_restJson1GetListenerCommand
202
- */
203
- export declare const se_GetListenerCommand: (input: GetListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_restJson1GetResourceConfigurationCommand
206
- */
207
- export declare const se_GetResourceConfigurationCommand: (input: GetResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_restJson1GetResourceGatewayCommand
210
- */
211
- export declare const se_GetResourceGatewayCommand: (input: GetResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_restJson1GetResourcePolicyCommand
214
- */
215
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_restJson1GetRuleCommand
218
- */
219
- export declare const se_GetRuleCommand: (input: GetRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_restJson1GetServiceCommand
222
- */
223
- export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_restJson1GetServiceNetworkCommand
226
- */
227
- export declare const se_GetServiceNetworkCommand: (input: GetServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_restJson1GetServiceNetworkResourceAssociationCommand
230
- */
231
- export declare const se_GetServiceNetworkResourceAssociationCommand: (input: GetServiceNetworkResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_restJson1GetServiceNetworkServiceAssociationCommand
234
- */
235
- export declare const se_GetServiceNetworkServiceAssociationCommand: (input: GetServiceNetworkServiceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_restJson1GetServiceNetworkVpcAssociationCommand
238
- */
239
- export declare const se_GetServiceNetworkVpcAssociationCommand: (input: GetServiceNetworkVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_restJson1GetTargetGroupCommand
242
- */
243
- export declare const se_GetTargetGroupCommand: (input: GetTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_restJson1ListAccessLogSubscriptionsCommand
246
- */
247
- export declare const se_ListAccessLogSubscriptionsCommand: (input: ListAccessLogSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_restJson1ListDomainVerificationsCommand
250
- */
251
- export declare const se_ListDomainVerificationsCommand: (input: ListDomainVerificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_restJson1ListListenersCommand
254
- */
255
- export declare const se_ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_restJson1ListResourceConfigurationsCommand
258
- */
259
- export declare const se_ListResourceConfigurationsCommand: (input: ListResourceConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_restJson1ListResourceEndpointAssociationsCommand
262
- */
263
- export declare const se_ListResourceEndpointAssociationsCommand: (input: ListResourceEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_restJson1ListResourceGatewaysCommand
266
- */
267
- export declare const se_ListResourceGatewaysCommand: (input: ListResourceGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_restJson1ListRulesCommand
270
- */
271
- export declare const se_ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_restJson1ListServiceNetworkResourceAssociationsCommand
274
- */
275
- export declare const se_ListServiceNetworkResourceAssociationsCommand: (input: ListServiceNetworkResourceAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_restJson1ListServiceNetworksCommand
278
- */
279
- export declare const se_ListServiceNetworksCommand: (input: ListServiceNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_restJson1ListServiceNetworkServiceAssociationsCommand
282
- */
283
- export declare const se_ListServiceNetworkServiceAssociationsCommand: (input: ListServiceNetworkServiceAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_restJson1ListServiceNetworkVpcAssociationsCommand
286
- */
287
- export declare const se_ListServiceNetworkVpcAssociationsCommand: (input: ListServiceNetworkVpcAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * serializeAws_restJson1ListServiceNetworkVpcEndpointAssociationsCommand
290
- */
291
- export declare const se_ListServiceNetworkVpcEndpointAssociationsCommand: (input: ListServiceNetworkVpcEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- /**
293
- * serializeAws_restJson1ListServicesCommand
294
- */
295
- export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- /**
297
- * serializeAws_restJson1ListTagsForResourceCommand
298
- */
299
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- /**
301
- * serializeAws_restJson1ListTargetGroupsCommand
302
- */
303
- export declare const se_ListTargetGroupsCommand: (input: ListTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- /**
305
- * serializeAws_restJson1ListTargetsCommand
306
- */
307
- export declare const se_ListTargetsCommand: (input: ListTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- /**
309
- * serializeAws_restJson1PutAuthPolicyCommand
310
- */
311
- export declare const se_PutAuthPolicyCommand: (input: PutAuthPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- /**
313
- * serializeAws_restJson1PutResourcePolicyCommand
314
- */
315
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- /**
317
- * serializeAws_restJson1RegisterTargetsCommand
318
- */
319
- export declare const se_RegisterTargetsCommand: (input: RegisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- /**
321
- * serializeAws_restJson1StartDomainVerificationCommand
322
- */
323
- export declare const se_StartDomainVerificationCommand: (input: StartDomainVerificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- /**
325
- * serializeAws_restJson1TagResourceCommand
326
- */
327
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- /**
329
- * serializeAws_restJson1UntagResourceCommand
330
- */
331
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- /**
333
- * serializeAws_restJson1UpdateAccessLogSubscriptionCommand
334
- */
335
- export declare const se_UpdateAccessLogSubscriptionCommand: (input: UpdateAccessLogSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- /**
337
- * serializeAws_restJson1UpdateListenerCommand
338
- */
339
- export declare const se_UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- /**
341
- * serializeAws_restJson1UpdateResourceConfigurationCommand
342
- */
343
- export declare const se_UpdateResourceConfigurationCommand: (input: UpdateResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- /**
345
- * serializeAws_restJson1UpdateResourceGatewayCommand
346
- */
347
- export declare const se_UpdateResourceGatewayCommand: (input: UpdateResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- /**
349
- * serializeAws_restJson1UpdateRuleCommand
350
- */
351
- export declare const se_UpdateRuleCommand: (input: UpdateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- /**
353
- * serializeAws_restJson1UpdateServiceCommand
354
- */
355
- export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- /**
357
- * serializeAws_restJson1UpdateServiceNetworkCommand
358
- */
359
- export declare const se_UpdateServiceNetworkCommand: (input: UpdateServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- /**
361
- * serializeAws_restJson1UpdateServiceNetworkVpcAssociationCommand
362
- */
363
- export declare const se_UpdateServiceNetworkVpcAssociationCommand: (input: UpdateServiceNetworkVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- /**
365
- * serializeAws_restJson1UpdateTargetGroupCommand
366
- */
367
- export declare const se_UpdateTargetGroupCommand: (input: UpdateTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- /**
369
- * deserializeAws_restJson1BatchUpdateRuleCommand
370
- */
371
- export declare const de_BatchUpdateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateRuleCommandOutput>;
372
- /**
373
- * deserializeAws_restJson1CreateAccessLogSubscriptionCommand
374
- */
375
- export declare const de_CreateAccessLogSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessLogSubscriptionCommandOutput>;
376
- /**
377
- * deserializeAws_restJson1CreateListenerCommand
378
- */
379
- export declare const de_CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
380
- /**
381
- * deserializeAws_restJson1CreateResourceConfigurationCommand
382
- */
383
- export declare const de_CreateResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceConfigurationCommandOutput>;
384
- /**
385
- * deserializeAws_restJson1CreateResourceGatewayCommand
386
- */
387
- export declare const de_CreateResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceGatewayCommandOutput>;
388
- /**
389
- * deserializeAws_restJson1CreateRuleCommand
390
- */
391
- export declare const de_CreateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleCommandOutput>;
392
- /**
393
- * deserializeAws_restJson1CreateServiceCommand
394
- */
395
- export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
396
- /**
397
- * deserializeAws_restJson1CreateServiceNetworkCommand
398
- */
399
- export declare const de_CreateServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceNetworkCommandOutput>;
400
- /**
401
- * deserializeAws_restJson1CreateServiceNetworkResourceAssociationCommand
402
- */
403
- export declare const de_CreateServiceNetworkResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceNetworkResourceAssociationCommandOutput>;
404
- /**
405
- * deserializeAws_restJson1CreateServiceNetworkServiceAssociationCommand
406
- */
407
- export declare const de_CreateServiceNetworkServiceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceNetworkServiceAssociationCommandOutput>;
408
- /**
409
- * deserializeAws_restJson1CreateServiceNetworkVpcAssociationCommand
410
- */
411
- export declare const de_CreateServiceNetworkVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceNetworkVpcAssociationCommandOutput>;
412
- /**
413
- * deserializeAws_restJson1CreateTargetGroupCommand
414
- */
415
- export declare const de_CreateTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTargetGroupCommandOutput>;
416
- /**
417
- * deserializeAws_restJson1DeleteAccessLogSubscriptionCommand
418
- */
419
- export declare const de_DeleteAccessLogSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessLogSubscriptionCommandOutput>;
420
- /**
421
- * deserializeAws_restJson1DeleteAuthPolicyCommand
422
- */
423
- export declare const de_DeleteAuthPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthPolicyCommandOutput>;
424
- /**
425
- * deserializeAws_restJson1DeleteDomainVerificationCommand
426
- */
427
- export declare const de_DeleteDomainVerificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainVerificationCommandOutput>;
428
- /**
429
- * deserializeAws_restJson1DeleteListenerCommand
430
- */
431
- export declare const de_DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
432
- /**
433
- * deserializeAws_restJson1DeleteResourceConfigurationCommand
434
- */
435
- export declare const de_DeleteResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceConfigurationCommandOutput>;
436
- /**
437
- * deserializeAws_restJson1DeleteResourceEndpointAssociationCommand
438
- */
439
- export declare const de_DeleteResourceEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceEndpointAssociationCommandOutput>;
440
- /**
441
- * deserializeAws_restJson1DeleteResourceGatewayCommand
442
- */
443
- export declare const de_DeleteResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceGatewayCommandOutput>;
444
- /**
445
- * deserializeAws_restJson1DeleteResourcePolicyCommand
446
- */
447
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
448
- /**
449
- * deserializeAws_restJson1DeleteRuleCommand
450
- */
451
- export declare const de_DeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
452
- /**
453
- * deserializeAws_restJson1DeleteServiceCommand
454
- */
455
- export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
456
- /**
457
- * deserializeAws_restJson1DeleteServiceNetworkCommand
458
- */
459
- export declare const de_DeleteServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceNetworkCommandOutput>;
460
- /**
461
- * deserializeAws_restJson1DeleteServiceNetworkResourceAssociationCommand
462
- */
463
- export declare const de_DeleteServiceNetworkResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceNetworkResourceAssociationCommandOutput>;
464
- /**
465
- * deserializeAws_restJson1DeleteServiceNetworkServiceAssociationCommand
466
- */
467
- export declare const de_DeleteServiceNetworkServiceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceNetworkServiceAssociationCommandOutput>;
468
- /**
469
- * deserializeAws_restJson1DeleteServiceNetworkVpcAssociationCommand
470
- */
471
- export declare const de_DeleteServiceNetworkVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceNetworkVpcAssociationCommandOutput>;
472
- /**
473
- * deserializeAws_restJson1DeleteTargetGroupCommand
474
- */
475
- export declare const de_DeleteTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTargetGroupCommandOutput>;
476
- /**
477
- * deserializeAws_restJson1DeregisterTargetsCommand
478
- */
479
- export declare const de_DeregisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTargetsCommandOutput>;
480
- /**
481
- * deserializeAws_restJson1GetAccessLogSubscriptionCommand
482
- */
483
- export declare const de_GetAccessLogSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessLogSubscriptionCommandOutput>;
484
- /**
485
- * deserializeAws_restJson1GetAuthPolicyCommand
486
- */
487
- export declare const de_GetAuthPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthPolicyCommandOutput>;
488
- /**
489
- * deserializeAws_restJson1GetDomainVerificationCommand
490
- */
491
- export declare const de_GetDomainVerificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainVerificationCommandOutput>;
492
- /**
493
- * deserializeAws_restJson1GetListenerCommand
494
- */
495
- export declare const de_GetListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetListenerCommandOutput>;
496
- /**
497
- * deserializeAws_restJson1GetResourceConfigurationCommand
498
- */
499
- export declare const de_GetResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceConfigurationCommandOutput>;
500
- /**
501
- * deserializeAws_restJson1GetResourceGatewayCommand
502
- */
503
- export declare const de_GetResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceGatewayCommandOutput>;
504
- /**
505
- * deserializeAws_restJson1GetResourcePolicyCommand
506
- */
507
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
508
- /**
509
- * deserializeAws_restJson1GetRuleCommand
510
- */
511
- export declare const de_GetRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuleCommandOutput>;
512
- /**
513
- * deserializeAws_restJson1GetServiceCommand
514
- */
515
- export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
516
- /**
517
- * deserializeAws_restJson1GetServiceNetworkCommand
518
- */
519
- export declare const de_GetServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceNetworkCommandOutput>;
520
- /**
521
- * deserializeAws_restJson1GetServiceNetworkResourceAssociationCommand
522
- */
523
- export declare const de_GetServiceNetworkResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceNetworkResourceAssociationCommandOutput>;
524
- /**
525
- * deserializeAws_restJson1GetServiceNetworkServiceAssociationCommand
526
- */
527
- export declare const de_GetServiceNetworkServiceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceNetworkServiceAssociationCommandOutput>;
528
- /**
529
- * deserializeAws_restJson1GetServiceNetworkVpcAssociationCommand
530
- */
531
- export declare const de_GetServiceNetworkVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceNetworkVpcAssociationCommandOutput>;
532
- /**
533
- * deserializeAws_restJson1GetTargetGroupCommand
534
- */
535
- export declare const de_GetTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTargetGroupCommandOutput>;
536
- /**
537
- * deserializeAws_restJson1ListAccessLogSubscriptionsCommand
538
- */
539
- export declare const de_ListAccessLogSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessLogSubscriptionsCommandOutput>;
540
- /**
541
- * deserializeAws_restJson1ListDomainVerificationsCommand
542
- */
543
- export declare const de_ListDomainVerificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainVerificationsCommandOutput>;
544
- /**
545
- * deserializeAws_restJson1ListListenersCommand
546
- */
547
- export declare const de_ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
548
- /**
549
- * deserializeAws_restJson1ListResourceConfigurationsCommand
550
- */
551
- export declare const de_ListResourceConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceConfigurationsCommandOutput>;
552
- /**
553
- * deserializeAws_restJson1ListResourceEndpointAssociationsCommand
554
- */
555
- export declare const de_ListResourceEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceEndpointAssociationsCommandOutput>;
556
- /**
557
- * deserializeAws_restJson1ListResourceGatewaysCommand
558
- */
559
- export declare const de_ListResourceGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceGatewaysCommandOutput>;
560
- /**
561
- * deserializeAws_restJson1ListRulesCommand
562
- */
563
- export declare const de_ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
564
- /**
565
- * deserializeAws_restJson1ListServiceNetworkResourceAssociationsCommand
566
- */
567
- export declare const de_ListServiceNetworkResourceAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
568
- /**
569
- * deserializeAws_restJson1ListServiceNetworksCommand
570
- */
571
- export declare const de_ListServiceNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworksCommandOutput>;
572
- /**
573
- * deserializeAws_restJson1ListServiceNetworkServiceAssociationsCommand
574
- */
575
- export declare const de_ListServiceNetworkServiceAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkServiceAssociationsCommandOutput>;
576
- /**
577
- * deserializeAws_restJson1ListServiceNetworkVpcAssociationsCommand
578
- */
579
- export declare const de_ListServiceNetworkVpcAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkVpcAssociationsCommandOutput>;
580
- /**
581
- * deserializeAws_restJson1ListServiceNetworkVpcEndpointAssociationsCommand
582
- */
583
- export declare const de_ListServiceNetworkVpcEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
584
- /**
585
- * deserializeAws_restJson1ListServicesCommand
586
- */
587
- export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
588
- /**
589
- * deserializeAws_restJson1ListTagsForResourceCommand
590
- */
591
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
592
- /**
593
- * deserializeAws_restJson1ListTargetGroupsCommand
594
- */
595
- export declare const de_ListTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetGroupsCommandOutput>;
596
- /**
597
- * deserializeAws_restJson1ListTargetsCommand
598
- */
599
- export declare const de_ListTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetsCommandOutput>;
600
- /**
601
- * deserializeAws_restJson1PutAuthPolicyCommand
602
- */
603
- export declare const de_PutAuthPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAuthPolicyCommandOutput>;
604
- /**
605
- * deserializeAws_restJson1PutResourcePolicyCommand
606
- */
607
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
608
- /**
609
- * deserializeAws_restJson1RegisterTargetsCommand
610
- */
611
- export declare const de_RegisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTargetsCommandOutput>;
612
- /**
613
- * deserializeAws_restJson1StartDomainVerificationCommand
614
- */
615
- export declare const de_StartDomainVerificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDomainVerificationCommandOutput>;
616
- /**
617
- * deserializeAws_restJson1TagResourceCommand
618
- */
619
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
620
- /**
621
- * deserializeAws_restJson1UntagResourceCommand
622
- */
623
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
624
- /**
625
- * deserializeAws_restJson1UpdateAccessLogSubscriptionCommand
626
- */
627
- export declare const de_UpdateAccessLogSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessLogSubscriptionCommandOutput>;
628
- /**
629
- * deserializeAws_restJson1UpdateListenerCommand
630
- */
631
- export declare const de_UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
632
- /**
633
- * deserializeAws_restJson1UpdateResourceConfigurationCommand
634
- */
635
- export declare const de_UpdateResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceConfigurationCommandOutput>;
636
- /**
637
- * deserializeAws_restJson1UpdateResourceGatewayCommand
638
- */
639
- export declare const de_UpdateResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceGatewayCommandOutput>;
640
- /**
641
- * deserializeAws_restJson1UpdateRuleCommand
642
- */
643
- export declare const de_UpdateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleCommandOutput>;
644
- /**
645
- * deserializeAws_restJson1UpdateServiceCommand
646
- */
647
- export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
648
- /**
649
- * deserializeAws_restJson1UpdateServiceNetworkCommand
650
- */
651
- export declare const de_UpdateServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceNetworkCommandOutput>;
652
- /**
653
- * deserializeAws_restJson1UpdateServiceNetworkVpcAssociationCommand
654
- */
655
- export declare const de_UpdateServiceNetworkVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceNetworkVpcAssociationCommandOutput>;
656
- /**
657
- * deserializeAws_restJson1UpdateTargetGroupCommand
658
- */
659
- export declare const de_UpdateTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTargetGroupCommandOutput>;