@aws-sdk/client-servicediscovery 3.303.0 → 3.309.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 (57) hide show
  1. package/dist-cjs/commands/CreateHttpNamespaceCommand.js +2 -2
  2. package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +2 -2
  3. package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  7. package/dist-cjs/commands/DeregisterInstanceCommand.js +2 -2
  8. package/dist-cjs/commands/DiscoverInstancesCommand.js +2 -2
  9. package/dist-cjs/commands/GetInstanceCommand.js +2 -2
  10. package/dist-cjs/commands/GetInstancesHealthStatusCommand.js +2 -2
  11. package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
  12. package/dist-cjs/commands/GetOperationCommand.js +2 -2
  13. package/dist-cjs/commands/GetServiceCommand.js +2 -2
  14. package/dist-cjs/commands/ListInstancesCommand.js +2 -2
  15. package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
  16. package/dist-cjs/commands/ListOperationsCommand.js +2 -2
  17. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-cjs/commands/RegisterInstanceCommand.js +2 -2
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateHttpNamespaceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateInstanceCustomHealthStatusCommand.js +2 -2
  24. package/dist-cjs/commands/UpdatePrivateDnsNamespaceCommand.js +2 -2
  25. package/dist-cjs/commands/UpdatePublicDnsNamespaceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  27. package/dist-cjs/protocols/Aws_json1_1.js +525 -549
  28. package/dist-es/commands/CreateHttpNamespaceCommand.js +3 -3
  29. package/dist-es/commands/CreatePrivateDnsNamespaceCommand.js +3 -3
  30. package/dist-es/commands/CreatePublicDnsNamespaceCommand.js +3 -3
  31. package/dist-es/commands/CreateServiceCommand.js +3 -3
  32. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  33. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  34. package/dist-es/commands/DeregisterInstanceCommand.js +3 -3
  35. package/dist-es/commands/DiscoverInstancesCommand.js +3 -3
  36. package/dist-es/commands/GetInstanceCommand.js +3 -3
  37. package/dist-es/commands/GetInstancesHealthStatusCommand.js +3 -3
  38. package/dist-es/commands/GetNamespaceCommand.js +3 -3
  39. package/dist-es/commands/GetOperationCommand.js +3 -3
  40. package/dist-es/commands/GetServiceCommand.js +3 -3
  41. package/dist-es/commands/ListInstancesCommand.js +3 -3
  42. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  43. package/dist-es/commands/ListOperationsCommand.js +3 -3
  44. package/dist-es/commands/ListServicesCommand.js +3 -3
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  46. package/dist-es/commands/RegisterInstanceCommand.js +3 -3
  47. package/dist-es/commands/TagResourceCommand.js +3 -3
  48. package/dist-es/commands/UntagResourceCommand.js +3 -3
  49. package/dist-es/commands/UpdateHttpNamespaceCommand.js +3 -3
  50. package/dist-es/commands/UpdateInstanceCustomHealthStatusCommand.js +3 -3
  51. package/dist-es/commands/UpdatePrivateDnsNamespaceCommand.js +3 -3
  52. package/dist-es/commands/UpdatePublicDnsNamespaceCommand.js +3 -3
  53. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  54. package/dist-es/protocols/Aws_json1_1.js +471 -495
  55. package/dist-types/protocols/Aws_json1_1.d.ts +208 -52
  56. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +52 -52
  57. package/package.json +29 -29
@@ -26,55 +26,211 @@ import { UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealt
26
26
  import { UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput } from "../commands/UpdatePrivateDnsNamespaceCommand";
27
27
  import { UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput } from "../commands/UpdatePublicDnsNamespaceCommand";
28
28
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
29
- export declare const serializeAws_json1_1CreateHttpNamespaceCommand: (input: CreateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1CreatePrivateDnsNamespaceCommand: (input: CreatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1CreatePublicDnsNamespaceCommand: (input: CreatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1DeregisterInstanceCommand: (input: DeregisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1DiscoverInstancesCommand: (input: DiscoverInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1GetInstanceCommand: (input: GetInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1GetInstancesHealthStatusCommand: (input: GetInstancesHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1GetOperationCommand: (input: GetOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1RegisterInstanceCommand: (input: RegisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1UpdateHttpNamespaceCommand: (input: UpdateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1UpdateInstanceCustomHealthStatusCommand: (input: UpdateInstanceCustomHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1UpdatePrivateDnsNamespaceCommand: (input: UpdatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1UpdatePublicDnsNamespaceCommand: (input: UpdatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const deserializeAws_json1_1CreateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHttpNamespaceCommandOutput>;
56
- export declare const deserializeAws_json1_1CreatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrivateDnsNamespaceCommandOutput>;
57
- export declare const deserializeAws_json1_1CreatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicDnsNamespaceCommandOutput>;
58
- export declare const deserializeAws_json1_1CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
59
- export declare const deserializeAws_json1_1DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
60
- export declare const deserializeAws_json1_1DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
61
- export declare const deserializeAws_json1_1DeregisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterInstanceCommandOutput>;
62
- export declare const deserializeAws_json1_1DiscoverInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInstancesCommandOutput>;
63
- export declare const deserializeAws_json1_1GetInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceCommandOutput>;
64
- export declare const deserializeAws_json1_1GetInstancesHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstancesHealthStatusCommandOutput>;
65
- export declare const deserializeAws_json1_1GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
66
- export declare const deserializeAws_json1_1GetOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOperationCommandOutput>;
67
- export declare const deserializeAws_json1_1GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
68
- export declare const deserializeAws_json1_1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
69
- export declare const deserializeAws_json1_1ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
70
- export declare const deserializeAws_json1_1ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
71
- export declare const deserializeAws_json1_1ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
72
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
73
- export declare const deserializeAws_json1_1RegisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterInstanceCommandOutput>;
74
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
75
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
76
- export declare const deserializeAws_json1_1UpdateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHttpNamespaceCommandOutput>;
77
- export declare const deserializeAws_json1_1UpdateInstanceCustomHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceCustomHealthStatusCommandOutput>;
78
- export declare const deserializeAws_json1_1UpdatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrivateDnsNamespaceCommandOutput>;
79
- export declare const deserializeAws_json1_1UpdatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicDnsNamespaceCommandOutput>;
80
- export declare const deserializeAws_json1_1UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
29
+ /**
30
+ * serializeAws_json1_1CreateHttpNamespaceCommand
31
+ */
32
+ export declare const se_CreateHttpNamespaceCommand: (input: CreateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_json1_1CreatePrivateDnsNamespaceCommand
35
+ */
36
+ export declare const se_CreatePrivateDnsNamespaceCommand: (input: CreatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_json1_1CreatePublicDnsNamespaceCommand
39
+ */
40
+ export declare const se_CreatePublicDnsNamespaceCommand: (input: CreatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_json1_1CreateServiceCommand
43
+ */
44
+ export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_json1_1DeleteNamespaceCommand
47
+ */
48
+ export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_json1_1DeleteServiceCommand
51
+ */
52
+ export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_json1_1DeregisterInstanceCommand
55
+ */
56
+ export declare const se_DeregisterInstanceCommand: (input: DeregisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_json1_1DiscoverInstancesCommand
59
+ */
60
+ export declare const se_DiscoverInstancesCommand: (input: DiscoverInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_json1_1GetInstanceCommand
63
+ */
64
+ export declare const se_GetInstanceCommand: (input: GetInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_json1_1GetInstancesHealthStatusCommand
67
+ */
68
+ export declare const se_GetInstancesHealthStatusCommand: (input: GetInstancesHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_json1_1GetNamespaceCommand
71
+ */
72
+ export declare const se_GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_json1_1GetOperationCommand
75
+ */
76
+ export declare const se_GetOperationCommand: (input: GetOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_json1_1GetServiceCommand
79
+ */
80
+ export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_json1_1ListInstancesCommand
83
+ */
84
+ export declare const se_ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_json1_1ListNamespacesCommand
87
+ */
88
+ export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_json1_1ListOperationsCommand
91
+ */
92
+ export declare const se_ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_json1_1ListServicesCommand
95
+ */
96
+ export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_json1_1ListTagsForResourceCommand
99
+ */
100
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_json1_1RegisterInstanceCommand
103
+ */
104
+ export declare const se_RegisterInstanceCommand: (input: RegisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_json1_1TagResourceCommand
107
+ */
108
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_json1_1UntagResourceCommand
111
+ */
112
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_json1_1UpdateHttpNamespaceCommand
115
+ */
116
+ export declare const se_UpdateHttpNamespaceCommand: (input: UpdateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_json1_1UpdateInstanceCustomHealthStatusCommand
119
+ */
120
+ export declare const se_UpdateInstanceCustomHealthStatusCommand: (input: UpdateInstanceCustomHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_json1_1UpdatePrivateDnsNamespaceCommand
123
+ */
124
+ export declare const se_UpdatePrivateDnsNamespaceCommand: (input: UpdatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_json1_1UpdatePublicDnsNamespaceCommand
127
+ */
128
+ export declare const se_UpdatePublicDnsNamespaceCommand: (input: UpdatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_json1_1UpdateServiceCommand
131
+ */
132
+ export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * deserializeAws_json1_1CreateHttpNamespaceCommand
135
+ */
136
+ export declare const de_CreateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHttpNamespaceCommandOutput>;
137
+ /**
138
+ * deserializeAws_json1_1CreatePrivateDnsNamespaceCommand
139
+ */
140
+ export declare const de_CreatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrivateDnsNamespaceCommandOutput>;
141
+ /**
142
+ * deserializeAws_json1_1CreatePublicDnsNamespaceCommand
143
+ */
144
+ export declare const de_CreatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicDnsNamespaceCommandOutput>;
145
+ /**
146
+ * deserializeAws_json1_1CreateServiceCommand
147
+ */
148
+ export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
149
+ /**
150
+ * deserializeAws_json1_1DeleteNamespaceCommand
151
+ */
152
+ export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
153
+ /**
154
+ * deserializeAws_json1_1DeleteServiceCommand
155
+ */
156
+ export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
157
+ /**
158
+ * deserializeAws_json1_1DeregisterInstanceCommand
159
+ */
160
+ export declare const de_DeregisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterInstanceCommandOutput>;
161
+ /**
162
+ * deserializeAws_json1_1DiscoverInstancesCommand
163
+ */
164
+ export declare const de_DiscoverInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInstancesCommandOutput>;
165
+ /**
166
+ * deserializeAws_json1_1GetInstanceCommand
167
+ */
168
+ export declare const de_GetInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceCommandOutput>;
169
+ /**
170
+ * deserializeAws_json1_1GetInstancesHealthStatusCommand
171
+ */
172
+ export declare const de_GetInstancesHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstancesHealthStatusCommandOutput>;
173
+ /**
174
+ * deserializeAws_json1_1GetNamespaceCommand
175
+ */
176
+ export declare const de_GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
177
+ /**
178
+ * deserializeAws_json1_1GetOperationCommand
179
+ */
180
+ export declare const de_GetOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOperationCommandOutput>;
181
+ /**
182
+ * deserializeAws_json1_1GetServiceCommand
183
+ */
184
+ export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
185
+ /**
186
+ * deserializeAws_json1_1ListInstancesCommand
187
+ */
188
+ export declare const de_ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
189
+ /**
190
+ * deserializeAws_json1_1ListNamespacesCommand
191
+ */
192
+ export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
193
+ /**
194
+ * deserializeAws_json1_1ListOperationsCommand
195
+ */
196
+ export declare const de_ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
197
+ /**
198
+ * deserializeAws_json1_1ListServicesCommand
199
+ */
200
+ export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
201
+ /**
202
+ * deserializeAws_json1_1ListTagsForResourceCommand
203
+ */
204
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
205
+ /**
206
+ * deserializeAws_json1_1RegisterInstanceCommand
207
+ */
208
+ export declare const de_RegisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterInstanceCommandOutput>;
209
+ /**
210
+ * deserializeAws_json1_1TagResourceCommand
211
+ */
212
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
213
+ /**
214
+ * deserializeAws_json1_1UntagResourceCommand
215
+ */
216
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
217
+ /**
218
+ * deserializeAws_json1_1UpdateHttpNamespaceCommand
219
+ */
220
+ export declare const de_UpdateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHttpNamespaceCommandOutput>;
221
+ /**
222
+ * deserializeAws_json1_1UpdateInstanceCustomHealthStatusCommand
223
+ */
224
+ export declare const de_UpdateInstanceCustomHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceCustomHealthStatusCommandOutput>;
225
+ /**
226
+ * deserializeAws_json1_1UpdatePrivateDnsNamespaceCommand
227
+ */
228
+ export declare const de_UpdatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrivateDnsNamespaceCommandOutput>;
229
+ /**
230
+ * deserializeAws_json1_1UpdatePublicDnsNamespaceCommand
231
+ */
232
+ export declare const de_UpdatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicDnsNamespaceCommandOutput>;
233
+ /**
234
+ * deserializeAws_json1_1UpdateServiceCommand
235
+ */
236
+ export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
@@ -107,211 +107,211 @@ import {
107
107
  UpdateServiceCommandInput,
108
108
  UpdateServiceCommandOutput,
109
109
  } from "../commands/UpdateServiceCommand";
110
- export declare const serializeAws_json1_1CreateHttpNamespaceCommand: (
110
+ export declare const se_CreateHttpNamespaceCommand: (
111
111
  input: CreateHttpNamespaceCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1CreatePrivateDnsNamespaceCommand: (
114
+ export declare const se_CreatePrivateDnsNamespaceCommand: (
115
115
  input: CreatePrivateDnsNamespaceCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1CreatePublicDnsNamespaceCommand: (
118
+ export declare const se_CreatePublicDnsNamespaceCommand: (
119
119
  input: CreatePublicDnsNamespaceCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1CreateServiceCommand: (
122
+ export declare const se_CreateServiceCommand: (
123
123
  input: CreateServiceCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DeleteNamespaceCommand: (
126
+ export declare const se_DeleteNamespaceCommand: (
127
127
  input: DeleteNamespaceCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DeleteServiceCommand: (
130
+ export declare const se_DeleteServiceCommand: (
131
131
  input: DeleteServiceCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DeregisterInstanceCommand: (
134
+ export declare const se_DeregisterInstanceCommand: (
135
135
  input: DeregisterInstanceCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1DiscoverInstancesCommand: (
138
+ export declare const se_DiscoverInstancesCommand: (
139
139
  input: DiscoverInstancesCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1GetInstanceCommand: (
142
+ export declare const se_GetInstanceCommand: (
143
143
  input: GetInstanceCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1GetInstancesHealthStatusCommand: (
146
+ export declare const se_GetInstancesHealthStatusCommand: (
147
147
  input: GetInstancesHealthStatusCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1GetNamespaceCommand: (
150
+ export declare const se_GetNamespaceCommand: (
151
151
  input: GetNamespaceCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1GetOperationCommand: (
154
+ export declare const se_GetOperationCommand: (
155
155
  input: GetOperationCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1GetServiceCommand: (
158
+ export declare const se_GetServiceCommand: (
159
159
  input: GetServiceCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1ListInstancesCommand: (
162
+ export declare const se_ListInstancesCommand: (
163
163
  input: ListInstancesCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1ListNamespacesCommand: (
166
+ export declare const se_ListNamespacesCommand: (
167
167
  input: ListNamespacesCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1ListOperationsCommand: (
170
+ export declare const se_ListOperationsCommand: (
171
171
  input: ListOperationsCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_1ListServicesCommand: (
174
+ export declare const se_ListServicesCommand: (
175
175
  input: ListServicesCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
178
+ export declare const se_ListTagsForResourceCommand: (
179
179
  input: ListTagsForResourceCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_1RegisterInstanceCommand: (
182
+ export declare const se_RegisterInstanceCommand: (
183
183
  input: RegisterInstanceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_json1_1TagResourceCommand: (
186
+ export declare const se_TagResourceCommand: (
187
187
  input: TagResourceCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_1UntagResourceCommand: (
190
+ export declare const se_UntagResourceCommand: (
191
191
  input: UntagResourceCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_json1_1UpdateHttpNamespaceCommand: (
194
+ export declare const se_UpdateHttpNamespaceCommand: (
195
195
  input: UpdateHttpNamespaceCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_json1_1UpdateInstanceCustomHealthStatusCommand: (
198
+ export declare const se_UpdateInstanceCustomHealthStatusCommand: (
199
199
  input: UpdateInstanceCustomHealthStatusCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_json1_1UpdatePrivateDnsNamespaceCommand: (
202
+ export declare const se_UpdatePrivateDnsNamespaceCommand: (
203
203
  input: UpdatePrivateDnsNamespaceCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_json1_1UpdatePublicDnsNamespaceCommand: (
206
+ export declare const se_UpdatePublicDnsNamespaceCommand: (
207
207
  input: UpdatePublicDnsNamespaceCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_json1_1UpdateServiceCommand: (
210
+ export declare const se_UpdateServiceCommand: (
211
211
  input: UpdateServiceCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const deserializeAws_json1_1CreateHttpNamespaceCommand: (
214
+ export declare const de_CreateHttpNamespaceCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<CreateHttpNamespaceCommandOutput>;
218
- export declare const deserializeAws_json1_1CreatePrivateDnsNamespaceCommand: (
218
+ export declare const de_CreatePrivateDnsNamespaceCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<CreatePrivateDnsNamespaceCommandOutput>;
222
- export declare const deserializeAws_json1_1CreatePublicDnsNamespaceCommand: (
222
+ export declare const de_CreatePublicDnsNamespaceCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<CreatePublicDnsNamespaceCommandOutput>;
226
- export declare const deserializeAws_json1_1CreateServiceCommand: (
226
+ export declare const de_CreateServiceCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<CreateServiceCommandOutput>;
230
- export declare const deserializeAws_json1_1DeleteNamespaceCommand: (
230
+ export declare const de_DeleteNamespaceCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DeleteNamespaceCommandOutput>;
234
- export declare const deserializeAws_json1_1DeleteServiceCommand: (
234
+ export declare const de_DeleteServiceCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DeleteServiceCommandOutput>;
238
- export declare const deserializeAws_json1_1DeregisterInstanceCommand: (
238
+ export declare const de_DeregisterInstanceCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<DeregisterInstanceCommandOutput>;
242
- export declare const deserializeAws_json1_1DiscoverInstancesCommand: (
242
+ export declare const de_DiscoverInstancesCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<DiscoverInstancesCommandOutput>;
246
- export declare const deserializeAws_json1_1GetInstanceCommand: (
246
+ export declare const de_GetInstanceCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<GetInstanceCommandOutput>;
250
- export declare const deserializeAws_json1_1GetInstancesHealthStatusCommand: (
250
+ export declare const de_GetInstancesHealthStatusCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<GetInstancesHealthStatusCommandOutput>;
254
- export declare const deserializeAws_json1_1GetNamespaceCommand: (
254
+ export declare const de_GetNamespaceCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<GetNamespaceCommandOutput>;
258
- export declare const deserializeAws_json1_1GetOperationCommand: (
258
+ export declare const de_GetOperationCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<GetOperationCommandOutput>;
262
- export declare const deserializeAws_json1_1GetServiceCommand: (
262
+ export declare const de_GetServiceCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<GetServiceCommandOutput>;
266
- export declare const deserializeAws_json1_1ListInstancesCommand: (
266
+ export declare const de_ListInstancesCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<ListInstancesCommandOutput>;
270
- export declare const deserializeAws_json1_1ListNamespacesCommand: (
270
+ export declare const de_ListNamespacesCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<ListNamespacesCommandOutput>;
274
- export declare const deserializeAws_json1_1ListOperationsCommand: (
274
+ export declare const de_ListOperationsCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<ListOperationsCommandOutput>;
278
- export declare const deserializeAws_json1_1ListServicesCommand: (
278
+ export declare const de_ListServicesCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<ListServicesCommandOutput>;
282
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
282
+ export declare const de_ListTagsForResourceCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<ListTagsForResourceCommandOutput>;
286
- export declare const deserializeAws_json1_1RegisterInstanceCommand: (
286
+ export declare const de_RegisterInstanceCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<RegisterInstanceCommandOutput>;
290
- export declare const deserializeAws_json1_1TagResourceCommand: (
290
+ export declare const de_TagResourceCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<TagResourceCommandOutput>;
294
- export declare const deserializeAws_json1_1UntagResourceCommand: (
294
+ export declare const de_UntagResourceCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<UntagResourceCommandOutput>;
298
- export declare const deserializeAws_json1_1UpdateHttpNamespaceCommand: (
298
+ export declare const de_UpdateHttpNamespaceCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<UpdateHttpNamespaceCommandOutput>;
302
- export declare const deserializeAws_json1_1UpdateInstanceCustomHealthStatusCommand: (
302
+ export declare const de_UpdateInstanceCustomHealthStatusCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<UpdateInstanceCustomHealthStatusCommandOutput>;
306
- export declare const deserializeAws_json1_1UpdatePrivateDnsNamespaceCommand: (
306
+ export declare const de_UpdatePrivateDnsNamespaceCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<UpdatePrivateDnsNamespaceCommandOutput>;
310
- export declare const deserializeAws_json1_1UpdatePublicDnsNamespaceCommand: (
310
+ export declare const de_UpdatePublicDnsNamespaceCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<UpdatePublicDnsNamespaceCommandOutput>;
314
- export declare const deserializeAws_json1_1UpdateServiceCommand: (
314
+ export declare const de_UpdateServiceCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<UpdateServiceCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-servicediscovery",
3
3
  "description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"