@aws-sdk/client-servicediscovery 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.
- package/dist-cjs/index.js +1126 -1260
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ServiceDiscoveryClient.js +2 -0
- package/dist-es/commands/CreateHttpNamespaceCommand.js +3 -9
- package/dist-es/commands/CreatePrivateDnsNamespaceCommand.js +3 -9
- package/dist-es/commands/CreatePublicDnsNamespaceCommand.js +3 -9
- package/dist-es/commands/CreateServiceCommand.js +3 -9
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -9
- package/dist-es/commands/DeleteServiceAttributesCommand.js +3 -9
- package/dist-es/commands/DeleteServiceCommand.js +3 -9
- package/dist-es/commands/DeregisterInstanceCommand.js +3 -9
- package/dist-es/commands/DiscoverInstancesCommand.js +3 -9
- package/dist-es/commands/DiscoverInstancesRevisionCommand.js +3 -9
- package/dist-es/commands/GetInstanceCommand.js +3 -9
- package/dist-es/commands/GetInstancesHealthStatusCommand.js +3 -9
- package/dist-es/commands/GetNamespaceCommand.js +3 -9
- package/dist-es/commands/GetOperationCommand.js +3 -9
- package/dist-es/commands/GetServiceAttributesCommand.js +3 -9
- package/dist-es/commands/GetServiceCommand.js +3 -9
- package/dist-es/commands/ListInstancesCommand.js +3 -9
- package/dist-es/commands/ListNamespacesCommand.js +3 -9
- package/dist-es/commands/ListOperationsCommand.js +3 -9
- package/dist-es/commands/ListServicesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterInstanceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateHttpNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdateInstanceCustomHealthStatusCommand.js +3 -9
- package/dist-es/commands/UpdatePrivateDnsNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdatePublicDnsNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdateServiceAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateServiceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1025 -0
- package/dist-types/ServiceDiscoveryClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +161 -0
- package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +166 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1006
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -272
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -365
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput } from "../commands/CreateHttpNamespaceCommand";
|
|
4
|
-
import { CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput } from "../commands/CreatePrivateDnsNamespaceCommand";
|
|
5
|
-
import { CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput } from "../commands/CreatePublicDnsNamespaceCommand";
|
|
6
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
|
|
7
|
-
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
|
|
8
|
-
import { DeleteServiceAttributesCommandInput, DeleteServiceAttributesCommandOutput } from "../commands/DeleteServiceAttributesCommand";
|
|
9
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
|
|
10
|
-
import { DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput } from "../commands/DeregisterInstanceCommand";
|
|
11
|
-
import { DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput } from "../commands/DiscoverInstancesCommand";
|
|
12
|
-
import { DiscoverInstancesRevisionCommandInput, DiscoverInstancesRevisionCommandOutput } from "../commands/DiscoverInstancesRevisionCommand";
|
|
13
|
-
import { GetInstanceCommandInput, GetInstanceCommandOutput } from "../commands/GetInstanceCommand";
|
|
14
|
-
import { GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput } from "../commands/GetInstancesHealthStatusCommand";
|
|
15
|
-
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "../commands/GetNamespaceCommand";
|
|
16
|
-
import { GetOperationCommandInput, GetOperationCommandOutput } from "../commands/GetOperationCommand";
|
|
17
|
-
import { GetServiceAttributesCommandInput, GetServiceAttributesCommandOutput } from "../commands/GetServiceAttributesCommand";
|
|
18
|
-
import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
|
|
19
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
20
|
-
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
21
|
-
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
22
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
23
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
24
|
-
import { RegisterInstanceCommandInput, RegisterInstanceCommandOutput } from "../commands/RegisterInstanceCommand";
|
|
25
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
26
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
|
-
import { UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput } from "../commands/UpdateHttpNamespaceCommand";
|
|
28
|
-
import { UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput } from "../commands/UpdateInstanceCustomHealthStatusCommand";
|
|
29
|
-
import { UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput } from "../commands/UpdatePrivateDnsNamespaceCommand";
|
|
30
|
-
import { UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput } from "../commands/UpdatePublicDnsNamespaceCommand";
|
|
31
|
-
import { UpdateServiceAttributesCommandInput, UpdateServiceAttributesCommandOutput } from "../commands/UpdateServiceAttributesCommand";
|
|
32
|
-
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_json1_1CreateHttpNamespaceCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_CreateHttpNamespaceCommand: (input: CreateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_json1_1CreatePrivateDnsNamespaceCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_CreatePrivateDnsNamespaceCommand: (input: CreatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_json1_1CreatePublicDnsNamespaceCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CreatePublicDnsNamespaceCommand: (input: CreatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_json1_1CreateServiceCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_json1_1DeleteNamespaceCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_json1_1DeleteServiceCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_json1_1DeleteServiceAttributesCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_DeleteServiceAttributesCommand: (input: DeleteServiceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_json1_1DeregisterInstanceCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_DeregisterInstanceCommand: (input: DeregisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_json1_1DiscoverInstancesCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DiscoverInstancesCommand: (input: DiscoverInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_1DiscoverInstancesRevisionCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_DiscoverInstancesRevisionCommand: (input: DiscoverInstancesRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_json1_1GetInstanceCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_GetInstanceCommand: (input: GetInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_json1_1GetInstancesHealthStatusCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_GetInstancesHealthStatusCommand: (input: GetInstancesHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_json1_1GetNamespaceCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_json1_1GetOperationCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_GetOperationCommand: (input: GetOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_json1_1GetServiceCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_json1_1GetServiceAttributesCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_GetServiceAttributesCommand: (input: GetServiceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_json1_1ListInstancesCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_json1_1ListNamespacesCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_json1_1ListOperationsCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_json1_1ListServicesCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_json1_1RegisterInstanceCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_RegisterInstanceCommand: (input: RegisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_json1_1TagResourceCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_json1_1UpdateHttpNamespaceCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_UpdateHttpNamespaceCommand: (input: UpdateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_json1_1UpdateInstanceCustomHealthStatusCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_UpdateInstanceCustomHealthStatusCommand: (input: UpdateInstanceCustomHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_json1_1UpdatePrivateDnsNamespaceCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_UpdatePrivateDnsNamespaceCommand: (input: UpdatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_json1_1UpdatePublicDnsNamespaceCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_UpdatePublicDnsNamespaceCommand: (input: UpdatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_json1_1UpdateServiceCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_json1_1UpdateServiceAttributesCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_UpdateServiceAttributesCommand: (input: UpdateServiceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_json1_1CreateHttpNamespaceCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_CreateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHttpNamespaceCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_json1_1CreatePrivateDnsNamespaceCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_CreatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrivateDnsNamespaceCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_json1_1CreatePublicDnsNamespaceCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_CreatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicDnsNamespaceCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_json1_1CreateServiceCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_json1_1DeleteNamespaceCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_json1_1DeleteServiceCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_json1_1DeleteServiceAttributesCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_DeleteServiceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceAttributesCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_json1_1DeregisterInstanceCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_DeregisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterInstanceCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_json1_1DiscoverInstancesCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_DiscoverInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInstancesCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_json1_1DiscoverInstancesRevisionCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_DiscoverInstancesRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInstancesRevisionCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_json1_1GetInstanceCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_GetInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_json1_1GetInstancesHealthStatusCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_GetInstancesHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstancesHealthStatusCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_json1_1GetNamespaceCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_json1_1GetOperationCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_GetOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOperationCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_json1_1GetServiceCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_json1_1GetServiceAttributesCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_GetServiceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceAttributesCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_json1_1ListInstancesCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_json1_1ListNamespacesCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_json1_1ListOperationsCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_json1_1ListServicesCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
237
|
-
/**
|
|
238
|
-
* deserializeAws_json1_1RegisterInstanceCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const de_RegisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterInstanceCommandOutput>;
|
|
241
|
-
/**
|
|
242
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
245
|
-
/**
|
|
246
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
249
|
-
/**
|
|
250
|
-
* deserializeAws_json1_1UpdateHttpNamespaceCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const de_UpdateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHttpNamespaceCommandOutput>;
|
|
253
|
-
/**
|
|
254
|
-
* deserializeAws_json1_1UpdateInstanceCustomHealthStatusCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const de_UpdateInstanceCustomHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceCustomHealthStatusCommandOutput>;
|
|
257
|
-
/**
|
|
258
|
-
* deserializeAws_json1_1UpdatePrivateDnsNamespaceCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const de_UpdatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrivateDnsNamespaceCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* deserializeAws_json1_1UpdatePublicDnsNamespaceCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const de_UpdatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicDnsNamespaceCommandOutput>;
|
|
265
|
-
/**
|
|
266
|
-
* deserializeAws_json1_1UpdateServiceCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
|
|
269
|
-
/**
|
|
270
|
-
* deserializeAws_json1_1UpdateServiceAttributesCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const de_UpdateServiceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceAttributesCommandOutput>;
|
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateHttpNamespaceCommandInput,
|
|
8
|
-
CreateHttpNamespaceCommandOutput,
|
|
9
|
-
} from "../commands/CreateHttpNamespaceCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreatePrivateDnsNamespaceCommandInput,
|
|
12
|
-
CreatePrivateDnsNamespaceCommandOutput,
|
|
13
|
-
} from "../commands/CreatePrivateDnsNamespaceCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreatePublicDnsNamespaceCommandInput,
|
|
16
|
-
CreatePublicDnsNamespaceCommandOutput,
|
|
17
|
-
} from "../commands/CreatePublicDnsNamespaceCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateServiceCommandInput,
|
|
20
|
-
CreateServiceCommandOutput,
|
|
21
|
-
} from "../commands/CreateServiceCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteNamespaceCommandInput,
|
|
24
|
-
DeleteNamespaceCommandOutput,
|
|
25
|
-
} from "../commands/DeleteNamespaceCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteServiceAttributesCommandInput,
|
|
28
|
-
DeleteServiceAttributesCommandOutput,
|
|
29
|
-
} from "../commands/DeleteServiceAttributesCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteServiceCommandInput,
|
|
32
|
-
DeleteServiceCommandOutput,
|
|
33
|
-
} from "../commands/DeleteServiceCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeregisterInstanceCommandInput,
|
|
36
|
-
DeregisterInstanceCommandOutput,
|
|
37
|
-
} from "../commands/DeregisterInstanceCommand";
|
|
38
|
-
import {
|
|
39
|
-
DiscoverInstancesCommandInput,
|
|
40
|
-
DiscoverInstancesCommandOutput,
|
|
41
|
-
} from "../commands/DiscoverInstancesCommand";
|
|
42
|
-
import {
|
|
43
|
-
DiscoverInstancesRevisionCommandInput,
|
|
44
|
-
DiscoverInstancesRevisionCommandOutput,
|
|
45
|
-
} from "../commands/DiscoverInstancesRevisionCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetInstanceCommandInput,
|
|
48
|
-
GetInstanceCommandOutput,
|
|
49
|
-
} from "../commands/GetInstanceCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetInstancesHealthStatusCommandInput,
|
|
52
|
-
GetInstancesHealthStatusCommandOutput,
|
|
53
|
-
} from "../commands/GetInstancesHealthStatusCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetNamespaceCommandInput,
|
|
56
|
-
GetNamespaceCommandOutput,
|
|
57
|
-
} from "../commands/GetNamespaceCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetOperationCommandInput,
|
|
60
|
-
GetOperationCommandOutput,
|
|
61
|
-
} from "../commands/GetOperationCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetServiceAttributesCommandInput,
|
|
64
|
-
GetServiceAttributesCommandOutput,
|
|
65
|
-
} from "../commands/GetServiceAttributesCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetServiceCommandInput,
|
|
68
|
-
GetServiceCommandOutput,
|
|
69
|
-
} from "../commands/GetServiceCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListInstancesCommandInput,
|
|
72
|
-
ListInstancesCommandOutput,
|
|
73
|
-
} from "../commands/ListInstancesCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListNamespacesCommandInput,
|
|
76
|
-
ListNamespacesCommandOutput,
|
|
77
|
-
} from "../commands/ListNamespacesCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListOperationsCommandInput,
|
|
80
|
-
ListOperationsCommandOutput,
|
|
81
|
-
} from "../commands/ListOperationsCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListServicesCommandInput,
|
|
84
|
-
ListServicesCommandOutput,
|
|
85
|
-
} from "../commands/ListServicesCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListTagsForResourceCommandInput,
|
|
88
|
-
ListTagsForResourceCommandOutput,
|
|
89
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
RegisterInstanceCommandInput,
|
|
92
|
-
RegisterInstanceCommandOutput,
|
|
93
|
-
} from "../commands/RegisterInstanceCommand";
|
|
94
|
-
import {
|
|
95
|
-
TagResourceCommandInput,
|
|
96
|
-
TagResourceCommandOutput,
|
|
97
|
-
} from "../commands/TagResourceCommand";
|
|
98
|
-
import {
|
|
99
|
-
UntagResourceCommandInput,
|
|
100
|
-
UntagResourceCommandOutput,
|
|
101
|
-
} from "../commands/UntagResourceCommand";
|
|
102
|
-
import {
|
|
103
|
-
UpdateHttpNamespaceCommandInput,
|
|
104
|
-
UpdateHttpNamespaceCommandOutput,
|
|
105
|
-
} from "../commands/UpdateHttpNamespaceCommand";
|
|
106
|
-
import {
|
|
107
|
-
UpdateInstanceCustomHealthStatusCommandInput,
|
|
108
|
-
UpdateInstanceCustomHealthStatusCommandOutput,
|
|
109
|
-
} from "../commands/UpdateInstanceCustomHealthStatusCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdatePrivateDnsNamespaceCommandInput,
|
|
112
|
-
UpdatePrivateDnsNamespaceCommandOutput,
|
|
113
|
-
} from "../commands/UpdatePrivateDnsNamespaceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdatePublicDnsNamespaceCommandInput,
|
|
116
|
-
UpdatePublicDnsNamespaceCommandOutput,
|
|
117
|
-
} from "../commands/UpdatePublicDnsNamespaceCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateServiceAttributesCommandInput,
|
|
120
|
-
UpdateServiceAttributesCommandOutput,
|
|
121
|
-
} from "../commands/UpdateServiceAttributesCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateServiceCommandInput,
|
|
124
|
-
UpdateServiceCommandOutput,
|
|
125
|
-
} from "../commands/UpdateServiceCommand";
|
|
126
|
-
export declare const se_CreateHttpNamespaceCommand: (
|
|
127
|
-
input: CreateHttpNamespaceCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_CreatePrivateDnsNamespaceCommand: (
|
|
131
|
-
input: CreatePrivateDnsNamespaceCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_CreatePublicDnsNamespaceCommand: (
|
|
135
|
-
input: CreatePublicDnsNamespaceCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateServiceCommand: (
|
|
139
|
-
input: CreateServiceCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteNamespaceCommand: (
|
|
143
|
-
input: DeleteNamespaceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DeleteServiceCommand: (
|
|
147
|
-
input: DeleteServiceCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DeleteServiceAttributesCommand: (
|
|
151
|
-
input: DeleteServiceAttributesCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DeregisterInstanceCommand: (
|
|
155
|
-
input: DeregisterInstanceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DiscoverInstancesCommand: (
|
|
159
|
-
input: DiscoverInstancesCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DiscoverInstancesRevisionCommand: (
|
|
163
|
-
input: DiscoverInstancesRevisionCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_GetInstanceCommand: (
|
|
167
|
-
input: GetInstanceCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_GetInstancesHealthStatusCommand: (
|
|
171
|
-
input: GetInstancesHealthStatusCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_GetNamespaceCommand: (
|
|
175
|
-
input: GetNamespaceCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_GetOperationCommand: (
|
|
179
|
-
input: GetOperationCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetServiceCommand: (
|
|
183
|
-
input: GetServiceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetServiceAttributesCommand: (
|
|
187
|
-
input: GetServiceAttributesCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_ListInstancesCommand: (
|
|
191
|
-
input: ListInstancesCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_ListNamespacesCommand: (
|
|
195
|
-
input: ListNamespacesCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListOperationsCommand: (
|
|
199
|
-
input: ListOperationsCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListServicesCommand: (
|
|
203
|
-
input: ListServicesCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
207
|
-
input: ListTagsForResourceCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_RegisterInstanceCommand: (
|
|
211
|
-
input: RegisterInstanceCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_TagResourceCommand: (
|
|
215
|
-
input: TagResourceCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_UntagResourceCommand: (
|
|
219
|
-
input: UntagResourceCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_UpdateHttpNamespaceCommand: (
|
|
223
|
-
input: UpdateHttpNamespaceCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_UpdateInstanceCustomHealthStatusCommand: (
|
|
227
|
-
input: UpdateInstanceCustomHealthStatusCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_UpdatePrivateDnsNamespaceCommand: (
|
|
231
|
-
input: UpdatePrivateDnsNamespaceCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_UpdatePublicDnsNamespaceCommand: (
|
|
235
|
-
input: UpdatePublicDnsNamespaceCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_UpdateServiceCommand: (
|
|
239
|
-
input: UpdateServiceCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UpdateServiceAttributesCommand: (
|
|
243
|
-
input: UpdateServiceAttributesCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const de_CreateHttpNamespaceCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<CreateHttpNamespaceCommandOutput>;
|
|
250
|
-
export declare const de_CreatePrivateDnsNamespaceCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<CreatePrivateDnsNamespaceCommandOutput>;
|
|
254
|
-
export declare const de_CreatePublicDnsNamespaceCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreatePublicDnsNamespaceCommandOutput>;
|
|
258
|
-
export declare const de_CreateServiceCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateServiceCommandOutput>;
|
|
262
|
-
export declare const de_DeleteNamespaceCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<DeleteNamespaceCommandOutput>;
|
|
266
|
-
export declare const de_DeleteServiceCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<DeleteServiceCommandOutput>;
|
|
270
|
-
export declare const de_DeleteServiceAttributesCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<DeleteServiceAttributesCommandOutput>;
|
|
274
|
-
export declare const de_DeregisterInstanceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DeregisterInstanceCommandOutput>;
|
|
278
|
-
export declare const de_DiscoverInstancesCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<DiscoverInstancesCommandOutput>;
|
|
282
|
-
export declare const de_DiscoverInstancesRevisionCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DiscoverInstancesRevisionCommandOutput>;
|
|
286
|
-
export declare const de_GetInstanceCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<GetInstanceCommandOutput>;
|
|
290
|
-
export declare const de_GetInstancesHealthStatusCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<GetInstancesHealthStatusCommandOutput>;
|
|
294
|
-
export declare const de_GetNamespaceCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<GetNamespaceCommandOutput>;
|
|
298
|
-
export declare const de_GetOperationCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<GetOperationCommandOutput>;
|
|
302
|
-
export declare const de_GetServiceCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetServiceCommandOutput>;
|
|
306
|
-
export declare const de_GetServiceAttributesCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetServiceAttributesCommandOutput>;
|
|
310
|
-
export declare const de_ListInstancesCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<ListInstancesCommandOutput>;
|
|
314
|
-
export declare const de_ListNamespacesCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<ListNamespacesCommandOutput>;
|
|
318
|
-
export declare const de_ListOperationsCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<ListOperationsCommandOutput>;
|
|
322
|
-
export declare const de_ListServicesCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<ListServicesCommandOutput>;
|
|
326
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
330
|
-
export declare const de_RegisterInstanceCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<RegisterInstanceCommandOutput>;
|
|
334
|
-
export declare const de_TagResourceCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<TagResourceCommandOutput>;
|
|
338
|
-
export declare const de_UntagResourceCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
342
|
-
export declare const de_UpdateHttpNamespaceCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<UpdateHttpNamespaceCommandOutput>;
|
|
346
|
-
export declare const de_UpdateInstanceCustomHealthStatusCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<UpdateInstanceCustomHealthStatusCommandOutput>;
|
|
350
|
-
export declare const de_UpdatePrivateDnsNamespaceCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<UpdatePrivateDnsNamespaceCommandOutput>;
|
|
354
|
-
export declare const de_UpdatePublicDnsNamespaceCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<UpdatePublicDnsNamespaceCommandOutput>;
|
|
358
|
-
export declare const de_UpdateServiceCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<UpdateServiceCommandOutput>;
|
|
362
|
-
export declare const de_UpdateServiceAttributesCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<UpdateServiceAttributesCommandOutput>;
|