@aws-sdk/client-servicediscovery 3.131.0 → 3.137.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 (58) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateHttpNamespaceCommand.js +2 -2
  3. package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +2 -2
  4. package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +2 -2
  5. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  8. package/dist-cjs/commands/DeregisterInstanceCommand.js +2 -2
  9. package/dist-cjs/commands/DiscoverInstancesCommand.js +2 -2
  10. package/dist-cjs/commands/GetInstanceCommand.js +2 -2
  11. package/dist-cjs/commands/GetInstancesHealthStatusCommand.js +2 -2
  12. package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
  13. package/dist-cjs/commands/GetOperationCommand.js +2 -2
  14. package/dist-cjs/commands/GetServiceCommand.js +2 -2
  15. package/dist-cjs/commands/ListInstancesCommand.js +2 -2
  16. package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
  17. package/dist-cjs/commands/ListOperationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-cjs/commands/RegisterInstanceCommand.js +2 -2
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateHttpNamespaceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateInstanceCustomHealthStatusCommand.js +1 -1
  25. package/dist-cjs/commands/UpdatePrivateDnsNamespaceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdatePublicDnsNamespaceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  28. package/dist-cjs/models/models_0.js +347 -519
  29. package/dist-es/commands/CreateHttpNamespaceCommand.js +3 -3
  30. package/dist-es/commands/CreatePrivateDnsNamespaceCommand.js +3 -3
  31. package/dist-es/commands/CreatePublicDnsNamespaceCommand.js +3 -3
  32. package/dist-es/commands/CreateServiceCommand.js +3 -3
  33. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  34. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  35. package/dist-es/commands/DeregisterInstanceCommand.js +3 -3
  36. package/dist-es/commands/DiscoverInstancesCommand.js +3 -3
  37. package/dist-es/commands/GetInstanceCommand.js +3 -3
  38. package/dist-es/commands/GetInstancesHealthStatusCommand.js +3 -3
  39. package/dist-es/commands/GetNamespaceCommand.js +3 -3
  40. package/dist-es/commands/GetOperationCommand.js +3 -3
  41. package/dist-es/commands/GetServiceCommand.js +3 -3
  42. package/dist-es/commands/ListInstancesCommand.js +3 -3
  43. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  44. package/dist-es/commands/ListOperationsCommand.js +3 -3
  45. package/dist-es/commands/ListServicesCommand.js +3 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  47. package/dist-es/commands/RegisterInstanceCommand.js +3 -3
  48. package/dist-es/commands/TagResourceCommand.js +3 -3
  49. package/dist-es/commands/UntagResourceCommand.js +3 -3
  50. package/dist-es/commands/UpdateHttpNamespaceCommand.js +3 -3
  51. package/dist-es/commands/UpdateInstanceCustomHealthStatusCommand.js +2 -2
  52. package/dist-es/commands/UpdatePrivateDnsNamespaceCommand.js +3 -3
  53. package/dist-es/commands/UpdatePublicDnsNamespaceCommand.js +3 -3
  54. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  55. package/dist-es/models/models_0.js +86 -344
  56. package/dist-types/models/models_0.d.ts +344 -516
  57. package/dist-types/ts3.4/models/models_0.d.ts +172 -344
  58. package/package.json +6 -6
@@ -14,12 +14,6 @@ export interface Tag {
14
14
  */
15
15
  Value: string | undefined;
16
16
  }
17
- export declare namespace Tag {
18
- /**
19
- * @internal
20
- */
21
- const filterSensitiveLog: (obj: Tag) => any;
22
- }
23
17
  export interface CreateHttpNamespaceRequest {
24
18
  /**
25
19
  * <p>The name that you want to assign to this namespace.</p>
@@ -42,12 +36,6 @@ export interface CreateHttpNamespaceRequest {
42
36
  */
43
37
  Tags?: Tag[];
44
38
  }
45
- export declare namespace CreateHttpNamespaceRequest {
46
- /**
47
- * @internal
48
- */
49
- const filterSensitiveLog: (obj: CreateHttpNamespaceRequest) => any;
50
- }
51
39
  export interface CreateHttpNamespaceResponse {
52
40
  /**
53
41
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -55,12 +43,6 @@ export interface CreateHttpNamespaceResponse {
55
43
  */
56
44
  OperationId?: string;
57
45
  }
58
- export declare namespace CreateHttpNamespaceResponse {
59
- /**
60
- * @internal
61
- */
62
- const filterSensitiveLog: (obj: CreateHttpNamespaceResponse) => any;
63
- }
64
46
  /**
65
47
  * <p>The operation is already in progress.</p>
66
48
  */
@@ -150,12 +132,6 @@ export interface SOA {
150
132
  */
151
133
  TTL: number | undefined;
152
134
  }
153
- export declare namespace SOA {
154
- /**
155
- * @internal
156
- */
157
- const filterSensitiveLog: (obj: SOA) => any;
158
- }
159
135
  /**
160
136
  * <p>DNS properties for the private DNS
161
137
  * namespace.</p>
@@ -167,12 +143,6 @@ export interface PrivateDnsPropertiesMutable {
167
143
  */
168
144
  SOA: SOA | undefined;
169
145
  }
170
- export declare namespace PrivateDnsPropertiesMutable {
171
- /**
172
- * @internal
173
- */
174
- const filterSensitiveLog: (obj: PrivateDnsPropertiesMutable) => any;
175
- }
176
146
  /**
177
147
  * <p>DNS properties for the private DNS
178
148
  * namespace.</p>
@@ -184,12 +154,6 @@ export interface PrivateDnsNamespaceProperties {
184
154
  */
185
155
  DnsProperties: PrivateDnsPropertiesMutable | undefined;
186
156
  }
187
- export declare namespace PrivateDnsNamespaceProperties {
188
- /**
189
- * @internal
190
- */
191
- const filterSensitiveLog: (obj: PrivateDnsNamespaceProperties) => any;
192
- }
193
157
  export interface CreatePrivateDnsNamespaceRequest {
194
158
  /**
195
159
  * <p>The name that you want to assign to this namespace. When you create a private DNS namespace, Cloud Map
@@ -222,12 +186,6 @@ export interface CreatePrivateDnsNamespaceRequest {
222
186
  */
223
187
  Properties?: PrivateDnsNamespaceProperties;
224
188
  }
225
- export declare namespace CreatePrivateDnsNamespaceRequest {
226
- /**
227
- * @internal
228
- */
229
- const filterSensitiveLog: (obj: CreatePrivateDnsNamespaceRequest) => any;
230
- }
231
189
  export interface CreatePrivateDnsNamespaceResponse {
232
190
  /**
233
191
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -235,12 +193,6 @@ export interface CreatePrivateDnsNamespaceResponse {
235
193
  */
236
194
  OperationId?: string;
237
195
  }
238
- export declare namespace CreatePrivateDnsNamespaceResponse {
239
- /**
240
- * @internal
241
- */
242
- const filterSensitiveLog: (obj: CreatePrivateDnsNamespaceResponse) => any;
243
- }
244
196
  /**
245
197
  * <p>DNS properties for the public DNS
246
198
  * namespace.</p>
@@ -252,12 +204,6 @@ export interface PublicDnsPropertiesMutable {
252
204
  */
253
205
  SOA: SOA | undefined;
254
206
  }
255
- export declare namespace PublicDnsPropertiesMutable {
256
- /**
257
- * @internal
258
- */
259
- const filterSensitiveLog: (obj: PublicDnsPropertiesMutable) => any;
260
- }
261
207
  /**
262
208
  * <p>DNS properties for the public DNS
263
209
  * namespace.</p>
@@ -269,12 +215,6 @@ export interface PublicDnsNamespaceProperties {
269
215
  */
270
216
  DnsProperties: PublicDnsPropertiesMutable | undefined;
271
217
  }
272
- export declare namespace PublicDnsNamespaceProperties {
273
- /**
274
- * @internal
275
- */
276
- const filterSensitiveLog: (obj: PublicDnsNamespaceProperties) => any;
277
- }
278
218
  export interface CreatePublicDnsNamespaceRequest {
279
219
  /**
280
220
  * <p>The name that you want to assign to this namespace.</p>
@@ -302,12 +242,6 @@ export interface CreatePublicDnsNamespaceRequest {
302
242
  */
303
243
  Properties?: PublicDnsNamespaceProperties;
304
244
  }
305
- export declare namespace CreatePublicDnsNamespaceRequest {
306
- /**
307
- * @internal
308
- */
309
- const filterSensitiveLog: (obj: CreatePublicDnsNamespaceRequest) => any;
310
- }
311
245
  export interface CreatePublicDnsNamespaceResponse {
312
246
  /**
313
247
  * <p>A value that you can use to determine whether the request completed successfully. To get the status of the
@@ -315,12 +249,6 @@ export interface CreatePublicDnsNamespaceResponse {
315
249
  */
316
250
  OperationId?: string;
317
251
  }
318
- export declare namespace CreatePublicDnsNamespaceResponse {
319
- /**
320
- * @internal
321
- */
322
- const filterSensitiveLog: (obj: CreatePublicDnsNamespaceResponse) => any;
323
- }
324
252
  export declare enum RecordType {
325
253
  A = "A",
326
254
  AAAA = "AAAA",
@@ -473,12 +401,6 @@ export interface DnsRecord {
473
401
  */
474
402
  TTL: number | undefined;
475
403
  }
476
- export declare namespace DnsRecord {
477
- /**
478
- * @internal
479
- */
480
- const filterSensitiveLog: (obj: DnsRecord) => any;
481
- }
482
404
  export declare enum RoutingPolicy {
483
405
  MULTIVALUE = "MULTIVALUE",
484
406
  WEIGHTED = "WEIGHTED"
@@ -539,12 +461,6 @@ export interface DnsConfig {
539
461
  */
540
462
  DnsRecords: DnsRecord[] | undefined;
541
463
  }
542
- export declare namespace DnsConfig {
543
- /**
544
- * @internal
545
- */
546
- const filterSensitiveLog: (obj: DnsConfig) => any;
547
- }
548
464
  export declare enum HealthCheckType {
549
465
  HTTP = "HTTP",
550
466
  HTTPS = "HTTPS",
@@ -660,12 +576,6 @@ export interface HealthCheckConfig {
660
576
  */
661
577
  FailureThreshold?: number;
662
578
  }
663
- export declare namespace HealthCheckConfig {
664
- /**
665
- * @internal
666
- */
667
- const filterSensitiveLog: (obj: HealthCheckConfig) => any;
668
- }
669
579
  /**
670
580
  * <p>A complex type that contains information about an optional custom health check. A custom health check, which
671
581
  * requires that you use a third-party health checker to evaluate the health of your resources, is useful in the
@@ -734,12 +644,6 @@ export interface HealthCheckCustomConfig {
734
644
  */
735
645
  FailureThreshold?: number;
736
646
  }
737
- export declare namespace HealthCheckCustomConfig {
738
- /**
739
- * @internal
740
- */
741
- const filterSensitiveLog: (obj: HealthCheckCustomConfig) => any;
742
- }
743
647
  export declare enum ServiceTypeOption {
744
648
  HTTP = "HTTP"
745
649
  }
@@ -823,12 +727,6 @@ export interface CreateServiceRequest {
823
727
  */
824
728
  Type?: ServiceTypeOption | string;
825
729
  }
826
- export declare namespace CreateServiceRequest {
827
- /**
828
- * @internal
829
- */
830
- const filterSensitiveLog: (obj: CreateServiceRequest) => any;
831
- }
832
730
  export declare enum ServiceType {
833
731
  DNS = "DNS",
834
732
  DNS_HTTP = "DNS_HTTP",
@@ -917,24 +815,12 @@ export interface Service {
917
815
  */
918
816
  CreatorRequestId?: string;
919
817
  }
920
- export declare namespace Service {
921
- /**
922
- * @internal
923
- */
924
- const filterSensitiveLog: (obj: Service) => any;
925
- }
926
818
  export interface CreateServiceResponse {
927
819
  /**
928
820
  * <p>A complex type that contains information about the new service.</p>
929
821
  */
930
822
  Service?: Service;
931
823
  }
932
- export declare namespace CreateServiceResponse {
933
- /**
934
- * @internal
935
- */
936
- const filterSensitiveLog: (obj: CreateServiceResponse) => any;
937
- }
938
824
  /**
939
825
  * <p>No namespace exists with the specified ID.</p>
940
826
  */
@@ -990,12 +876,6 @@ export interface DeleteNamespaceRequest {
990
876
  */
991
877
  Id: string | undefined;
992
878
  }
993
- export declare namespace DeleteNamespaceRequest {
994
- /**
995
- * @internal
996
- */
997
- const filterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
998
- }
999
879
  export interface DeleteNamespaceResponse {
1000
880
  /**
1001
881
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -1003,12 +883,6 @@ export interface DeleteNamespaceResponse {
1003
883
  */
1004
884
  OperationId?: string;
1005
885
  }
1006
- export declare namespace DeleteNamespaceResponse {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
1011
- }
1012
886
  /**
1013
887
  * <p>The specified resource can't be deleted because it contains other resources. For example, you can't delete a
1014
888
  * service that contains any instances.</p>
@@ -1028,20 +902,8 @@ export interface DeleteServiceRequest {
1028
902
  */
1029
903
  Id: string | undefined;
1030
904
  }
1031
- export declare namespace DeleteServiceRequest {
1032
- /**
1033
- * @internal
1034
- */
1035
- const filterSensitiveLog: (obj: DeleteServiceRequest) => any;
1036
- }
1037
905
  export interface DeleteServiceResponse {
1038
906
  }
1039
- export declare namespace DeleteServiceResponse {
1040
- /**
1041
- * @internal
1042
- */
1043
- const filterSensitiveLog: (obj: DeleteServiceResponse) => any;
1044
- }
1045
907
  /**
1046
908
  * <p>No service exists with the specified ID.</p>
1047
909
  */
@@ -1064,12 +926,6 @@ export interface DeregisterInstanceRequest {
1064
926
  */
1065
927
  InstanceId: string | undefined;
1066
928
  }
1067
- export declare namespace DeregisterInstanceRequest {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: DeregisterInstanceRequest) => any;
1072
- }
1073
929
  export interface DeregisterInstanceResponse {
1074
930
  /**
1075
931
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -1077,12 +933,6 @@ export interface DeregisterInstanceResponse {
1077
933
  */
1078
934
  OperationId?: string;
1079
935
  }
1080
- export declare namespace DeregisterInstanceResponse {
1081
- /**
1082
- * @internal
1083
- */
1084
- const filterSensitiveLog: (obj: DeregisterInstanceResponse) => any;
1085
- }
1086
936
  /**
1087
937
  * <p>No instance exists with the specified ID, or the instance was recently registered, and information about the
1088
938
  * instance hasn't propagated yet.</p>
@@ -1157,12 +1007,6 @@ export interface DiscoverInstancesRequest {
1157
1007
  */
1158
1008
  HealthStatus?: HealthStatusFilter | string;
1159
1009
  }
1160
- export declare namespace DiscoverInstancesRequest {
1161
- /**
1162
- * @internal
1163
- */
1164
- const filterSensitiveLog: (obj: DiscoverInstancesRequest) => any;
1165
- }
1166
1010
  export declare enum HealthStatus {
1167
1011
  HEALTHY = "HEALTHY",
1168
1012
  UNHEALTHY = "UNHEALTHY",
@@ -1200,24 +1044,12 @@ export interface HttpInstanceSummary {
1200
1044
  */
1201
1045
  Attributes?: Record<string, string>;
1202
1046
  }
1203
- export declare namespace HttpInstanceSummary {
1204
- /**
1205
- * @internal
1206
- */
1207
- const filterSensitiveLog: (obj: HttpInstanceSummary) => any;
1208
- }
1209
1047
  export interface DiscoverInstancesResponse {
1210
1048
  /**
1211
1049
  * <p>A complex type that contains one <code>HttpInstanceSummary</code> for each registered instance.</p>
1212
1050
  */
1213
1051
  Instances?: HttpInstanceSummary[];
1214
1052
  }
1215
- export declare namespace DiscoverInstancesResponse {
1216
- /**
1217
- * @internal
1218
- */
1219
- const filterSensitiveLog: (obj: DiscoverInstancesResponse) => any;
1220
- }
1221
1053
  /**
1222
1054
  * <p>The operation can't be completed because you've reached the quota for the number of requests. For more
1223
1055
  * information, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html">Cloud Map API request throttling
@@ -1243,12 +1075,6 @@ export interface DnsConfigChange {
1243
1075
  */
1244
1076
  DnsRecords: DnsRecord[] | undefined;
1245
1077
  }
1246
- export declare namespace DnsConfigChange {
1247
- /**
1248
- * @internal
1249
- */
1250
- const filterSensitiveLog: (obj: DnsConfigChange) => any;
1251
- }
1252
1078
  /**
1253
1079
  * <p>A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a
1254
1080
  * namespace.</p>
@@ -1263,12 +1089,6 @@ export interface DnsProperties {
1263
1089
  */
1264
1090
  SOA?: SOA;
1265
1091
  }
1266
- export declare namespace DnsProperties {
1267
- /**
1268
- * @internal
1269
- */
1270
- const filterSensitiveLog: (obj: DnsProperties) => any;
1271
- }
1272
1092
  export declare enum FilterCondition {
1273
1093
  BETWEEN = "BETWEEN",
1274
1094
  EQ = "EQ",
@@ -1284,12 +1104,6 @@ export interface GetInstanceRequest {
1284
1104
  */
1285
1105
  InstanceId: string | undefined;
1286
1106
  }
1287
- export declare namespace GetInstanceRequest {
1288
- /**
1289
- * @internal
1290
- */
1291
- const filterSensitiveLog: (obj: GetInstanceRequest) => any;
1292
- }
1293
1107
  /**
1294
1108
  * <p>A complex type that contains information about an instance that Cloud Map creates when you submit a
1295
1109
  * <code>RegisterInstance</code> request.</p>
@@ -1420,24 +1234,12 @@ export interface Instance {
1420
1234
  */
1421
1235
  Attributes?: Record<string, string>;
1422
1236
  }
1423
- export declare namespace Instance {
1424
- /**
1425
- * @internal
1426
- */
1427
- const filterSensitiveLog: (obj: Instance) => any;
1428
- }
1429
1237
  export interface GetInstanceResponse {
1430
1238
  /**
1431
1239
  * <p>A complex type that contains information about a specified instance.</p>
1432
1240
  */
1433
1241
  Instance?: Instance;
1434
1242
  }
1435
- export declare namespace GetInstanceResponse {
1436
- /**
1437
- * @internal
1438
- */
1439
- const filterSensitiveLog: (obj: GetInstanceResponse) => any;
1440
- }
1441
1243
  export interface GetInstancesHealthStatusRequest {
1442
1244
  /**
1443
1245
  * <p>The ID of the service that the instance is associated with.</p>
@@ -1466,12 +1268,6 @@ export interface GetInstancesHealthStatusRequest {
1466
1268
  */
1467
1269
  NextToken?: string;
1468
1270
  }
1469
- export declare namespace GetInstancesHealthStatusRequest {
1470
- /**
1471
- * @internal
1472
- */
1473
- const filterSensitiveLog: (obj: GetInstancesHealthStatusRequest) => any;
1474
- }
1475
1271
  export interface GetInstancesHealthStatusResponse {
1476
1272
  /**
1477
1273
  * <p>A complex type that contains the IDs and the health status of the instances that you specified in the
@@ -1485,24 +1281,12 @@ export interface GetInstancesHealthStatusResponse {
1485
1281
  */
1486
1282
  NextToken?: string;
1487
1283
  }
1488
- export declare namespace GetInstancesHealthStatusResponse {
1489
- /**
1490
- * @internal
1491
- */
1492
- const filterSensitiveLog: (obj: GetInstancesHealthStatusResponse) => any;
1493
- }
1494
1284
  export interface GetNamespaceRequest {
1495
1285
  /**
1496
1286
  * <p>The ID of the namespace that you want to get information about.</p>
1497
1287
  */
1498
1288
  Id: string | undefined;
1499
1289
  }
1500
- export declare namespace GetNamespaceRequest {
1501
- /**
1502
- * @internal
1503
- */
1504
- const filterSensitiveLog: (obj: GetNamespaceRequest) => any;
1505
- }
1506
1290
  /**
1507
1291
  * <p>A complex type that contains the name of an HTTP namespace.</p>
1508
1292
  */
@@ -1512,12 +1296,6 @@ export interface HttpProperties {
1512
1296
  */
1513
1297
  HttpName?: string;
1514
1298
  }
1515
- export declare namespace HttpProperties {
1516
- /**
1517
- * @internal
1518
- */
1519
- const filterSensitiveLog: (obj: HttpProperties) => any;
1520
- }
1521
1299
  /**
1522
1300
  * <p>A complex type that contains information that's specific to the namespace type.</p>
1523
1301
  */
@@ -1532,12 +1310,6 @@ export interface NamespaceProperties {
1532
1310
  */
1533
1311
  HttpProperties?: HttpProperties;
1534
1312
  }
1535
- export declare namespace NamespaceProperties {
1536
- /**
1537
- * @internal
1538
- */
1539
- const filterSensitiveLog: (obj: NamespaceProperties) => any;
1540
- }
1541
1313
  export declare enum NamespaceType {
1542
1314
  DNS_PRIVATE = "DNS_PRIVATE",
1543
1315
  DNS_PUBLIC = "DNS_PUBLIC",
@@ -1603,36 +1375,18 @@ export interface Namespace {
1603
1375
  */
1604
1376
  CreatorRequestId?: string;
1605
1377
  }
1606
- export declare namespace Namespace {
1607
- /**
1608
- * @internal
1609
- */
1610
- const filterSensitiveLog: (obj: Namespace) => any;
1611
- }
1612
1378
  export interface GetNamespaceResponse {
1613
1379
  /**
1614
1380
  * <p>A complex type that contains information about the specified namespace.</p>
1615
1381
  */
1616
1382
  Namespace?: Namespace;
1617
1383
  }
1618
- export declare namespace GetNamespaceResponse {
1619
- /**
1620
- * @internal
1621
- */
1622
- const filterSensitiveLog: (obj: GetNamespaceResponse) => any;
1623
- }
1624
1384
  export interface GetOperationRequest {
1625
1385
  /**
1626
1386
  * <p>The ID of the operation that you want to get more information about.</p>
1627
1387
  */
1628
1388
  OperationId: string | undefined;
1629
1389
  }
1630
- export declare namespace GetOperationRequest {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: GetOperationRequest) => any;
1635
- }
1636
1390
  export declare enum OperationStatus {
1637
1391
  FAIL = "FAIL",
1638
1392
  PENDING = "PENDING",
@@ -1763,24 +1517,12 @@ export interface Operation {
1763
1517
  */
1764
1518
  Targets?: Record<string, string>;
1765
1519
  }
1766
- export declare namespace Operation {
1767
- /**
1768
- * @internal
1769
- */
1770
- const filterSensitiveLog: (obj: Operation) => any;
1771
- }
1772
1520
  export interface GetOperationResponse {
1773
1521
  /**
1774
1522
  * <p>A complex type that contains information about the operation.</p>
1775
1523
  */
1776
1524
  Operation?: Operation;
1777
1525
  }
1778
- export declare namespace GetOperationResponse {
1779
- /**
1780
- * @internal
1781
- */
1782
- const filterSensitiveLog: (obj: GetOperationResponse) => any;
1783
- }
1784
1526
  /**
1785
1527
  * <p>No operation exists with the specified ID.</p>
1786
1528
  */
@@ -1799,24 +1541,12 @@ export interface GetServiceRequest {
1799
1541
  */
1800
1542
  Id: string | undefined;
1801
1543
  }
1802
- export declare namespace GetServiceRequest {
1803
- /**
1804
- * @internal
1805
- */
1806
- const filterSensitiveLog: (obj: GetServiceRequest) => any;
1807
- }
1808
1544
  export interface GetServiceResponse {
1809
1545
  /**
1810
1546
  * <p>A complex type that contains information about the service.</p>
1811
1547
  */
1812
1548
  Service?: Service;
1813
1549
  }
1814
- export declare namespace GetServiceResponse {
1815
- /**
1816
- * @internal
1817
- */
1818
- const filterSensitiveLog: (obj: GetServiceResponse) => any;
1819
- }
1820
1550
  /**
1821
1551
  * <p>Updated properties for the HTTP
1822
1552
  * namespace.</p>
@@ -1828,12 +1558,6 @@ export interface HttpNamespaceChange {
1828
1558
  */
1829
1559
  Description: string | undefined;
1830
1560
  }
1831
- export declare namespace HttpNamespaceChange {
1832
- /**
1833
- * @internal
1834
- */
1835
- const filterSensitiveLog: (obj: HttpNamespaceChange) => any;
1836
- }
1837
1561
  /**
1838
1562
  * <p>A complex type that contains information about the instances that you registered by using a specified
1839
1563
  * service.</p>
@@ -1896,12 +1620,6 @@ export interface InstanceSummary {
1896
1620
  */
1897
1621
  Attributes?: Record<string, string>;
1898
1622
  }
1899
- export declare namespace InstanceSummary {
1900
- /**
1901
- * @internal
1902
- */
1903
- const filterSensitiveLog: (obj: InstanceSummary) => any;
1904
- }
1905
1623
  export interface ListInstancesRequest {
1906
1624
  /**
1907
1625
  * <p>The ID of the service that you want to list instances for.</p>
@@ -1921,12 +1639,6 @@ export interface ListInstancesRequest {
1921
1639
  */
1922
1640
  MaxResults?: number;
1923
1641
  }
1924
- export declare namespace ListInstancesRequest {
1925
- /**
1926
- * @internal
1927
- */
1928
- const filterSensitiveLog: (obj: ListInstancesRequest) => any;
1929
- }
1930
1642
  export interface ListInstancesResponse {
1931
1643
  /**
1932
1644
  * <p>Summary information about the instances that are associated with the specified service.</p>
@@ -1939,12 +1651,6 @@ export interface ListInstancesResponse {
1939
1651
  */
1940
1652
  NextToken?: string;
1941
1653
  }
1942
- export declare namespace ListInstancesResponse {
1943
- /**
1944
- * @internal
1945
- */
1946
- const filterSensitiveLog: (obj: ListInstancesResponse) => any;
1947
- }
1948
1654
  export declare enum NamespaceFilterName {
1949
1655
  TYPE = "TYPE"
1950
1656
  }
@@ -1986,12 +1692,6 @@ export interface NamespaceFilter {
1986
1692
  */
1987
1693
  Condition?: FilterCondition | string;
1988
1694
  }
1989
- export declare namespace NamespaceFilter {
1990
- /**
1991
- * @internal
1992
- */
1993
- const filterSensitiveLog: (obj: NamespaceFilter) => any;
1994
- }
1995
1695
  export interface ListNamespacesRequest {
1996
1696
  /**
1997
1697
  * <p>For the first <code>ListNamespaces</code> request, omit this value.</p>
@@ -2018,12 +1718,6 @@ export interface ListNamespacesRequest {
2018
1718
  */
2019
1719
  Filters?: NamespaceFilter[];
2020
1720
  }
2021
- export declare namespace ListNamespacesRequest {
2022
- /**
2023
- * @internal
2024
- */
2025
- const filterSensitiveLog: (obj: ListNamespacesRequest) => any;
2026
- }
2027
1721
  /**
2028
1722
  * <p>A complex type that contains information about a namespace.</p>
2029
1723
  */
@@ -2062,12 +1756,6 @@ export interface NamespaceSummary {
2062
1756
  */
2063
1757
  CreateDate?: Date;
2064
1758
  }
2065
- export declare namespace NamespaceSummary {
2066
- /**
2067
- * @internal
2068
- */
2069
- const filterSensitiveLog: (obj: NamespaceSummary) => any;
2070
- }
2071
1759
  export interface ListNamespacesResponse {
2072
1760
  /**
2073
1761
  * <p>An array that contains one <code>NamespaceSummary</code> object for each namespace that matches the specified
@@ -2086,12 +1774,6 @@ export interface ListNamespacesResponse {
2086
1774
  */
2087
1775
  NextToken?: string;
2088
1776
  }
2089
- export declare namespace ListNamespacesResponse {
2090
- /**
2091
- * @internal
2092
- */
2093
- const filterSensitiveLog: (obj: ListNamespacesResponse) => any;
2094
- }
2095
1777
  export declare enum OperationFilterName {
2096
1778
  NAMESPACE_ID = "NAMESPACE_ID",
2097
1779
  SERVICE_ID = "SERVICE_ID",
@@ -2187,12 +1869,6 @@ export interface OperationFilter {
2187
1869
  */
2188
1870
  Condition?: FilterCondition | string;
2189
1871
  }
2190
- export declare namespace OperationFilter {
2191
- /**
2192
- * @internal
2193
- */
2194
- const filterSensitiveLog: (obj: OperationFilter) => any;
2195
- }
2196
1872
  export interface ListOperationsRequest {
2197
1873
  /**
2198
1874
  * <p>For the first <code>ListOperations</code> request, omit this value.</p>
@@ -2219,12 +1895,6 @@ export interface ListOperationsRequest {
2219
1895
  */
2220
1896
  Filters?: OperationFilter[];
2221
1897
  }
2222
- export declare namespace ListOperationsRequest {
2223
- /**
2224
- * @internal
2225
- */
2226
- const filterSensitiveLog: (obj: ListOperationsRequest) => any;
2227
- }
2228
1898
  /**
2229
1899
  * <p>A complex type that contains information about an operation that matches the criteria that you specified in a
2230
1900
  * <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_ListOperations.html">ListOperations</a>
@@ -2260,12 +1930,6 @@ export interface OperationSummary {
2260
1930
  */
2261
1931
  Status?: OperationStatus | string;
2262
1932
  }
2263
- export declare namespace OperationSummary {
2264
- /**
2265
- * @internal
2266
- */
2267
- const filterSensitiveLog: (obj: OperationSummary) => any;
2268
- }
2269
1933
  export interface ListOperationsResponse {
2270
1934
  /**
2271
1935
  * <p>Summary information about the operations that match the specified criteria.</p>
@@ -2283,12 +1947,6 @@ export interface ListOperationsResponse {
2283
1947
  */
2284
1948
  NextToken?: string;
2285
1949
  }
2286
- export declare namespace ListOperationsResponse {
2287
- /**
2288
- * @internal
2289
- */
2290
- const filterSensitiveLog: (obj: ListOperationsResponse) => any;
2291
- }
2292
1950
  export declare enum ServiceFilterName {
2293
1951
  NAMESPACE_ID = "NAMESPACE_ID"
2294
1952
  }
@@ -2327,12 +1985,6 @@ export interface ServiceFilter {
2327
1985
  */
2328
1986
  Condition?: FilterCondition | string;
2329
1987
  }
2330
- export declare namespace ServiceFilter {
2331
- /**
2332
- * @internal
2333
- */
2334
- const filterSensitiveLog: (obj: ServiceFilter) => any;
2335
- }
2336
1988
  export interface ListServicesRequest {
2337
1989
  /**
2338
1990
  * <p>For the first <code>ListServices</code> request, omit this value.</p>
@@ -2358,12 +2010,6 @@ export interface ListServicesRequest {
2358
2010
  */
2359
2011
  Filters?: ServiceFilter[];
2360
2012
  }
2361
- export declare namespace ListServicesRequest {
2362
- /**
2363
- * @internal
2364
- */
2365
- const filterSensitiveLog: (obj: ListServicesRequest) => any;
2366
- }
2367
2013
  /**
2368
2014
  * <p>A complex type that contains information about a specified service.</p>
2369
2015
  */
@@ -2444,12 +2090,6 @@ export interface ServiceSummary {
2444
2090
  */
2445
2091
  CreateDate?: Date;
2446
2092
  }
2447
- export declare namespace ServiceSummary {
2448
- /**
2449
- * @internal
2450
- */
2451
- const filterSensitiveLog: (obj: ServiceSummary) => any;
2452
- }
2453
2093
  export interface ListServicesResponse {
2454
2094
  /**
2455
2095
  * <p>An array that contains one <code>ServiceSummary</code> object for each service that matches the specified filter
@@ -2468,36 +2108,18 @@ export interface ListServicesResponse {
2468
2108
  */
2469
2109
  NextToken?: string;
2470
2110
  }
2471
- export declare namespace ListServicesResponse {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: ListServicesResponse) => any;
2476
- }
2477
2111
  export interface ListTagsForResourceRequest {
2478
2112
  /**
2479
2113
  * <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.</p>
2480
2114
  */
2481
2115
  ResourceARN: string | undefined;
2482
2116
  }
2483
- export declare namespace ListTagsForResourceRequest {
2484
- /**
2485
- * @internal
2486
- */
2487
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2488
- }
2489
2117
  export interface ListTagsForResourceResponse {
2490
2118
  /**
2491
2119
  * <p>The tags that are assigned to the resource.</p>
2492
2120
  */
2493
2121
  Tags?: Tag[];
2494
2122
  }
2495
- export declare namespace ListTagsForResourceResponse {
2496
- /**
2497
- * @internal
2498
- */
2499
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2500
- }
2501
2123
  /**
2502
2124
  * <p>The operation can't be completed because the resource was not found.</p>
2503
2125
  */
@@ -2521,12 +2143,6 @@ export interface SOAChange {
2521
2143
  */
2522
2144
  TTL: number | undefined;
2523
2145
  }
2524
- export declare namespace SOAChange {
2525
- /**
2526
- * @internal
2527
- */
2528
- const filterSensitiveLog: (obj: SOAChange) => any;
2529
- }
2530
2146
  /**
2531
2147
  * <p>Updated DNS properties for the private
2532
2148
  * DNS namespace.</p>
@@ -2538,12 +2154,6 @@ export interface PrivateDnsPropertiesMutableChange {
2538
2154
  */
2539
2155
  SOA: SOAChange | undefined;
2540
2156
  }
2541
- export declare namespace PrivateDnsPropertiesMutableChange {
2542
- /**
2543
- * @internal
2544
- */
2545
- const filterSensitiveLog: (obj: PrivateDnsPropertiesMutableChange) => any;
2546
- }
2547
2157
  /**
2548
2158
  * <p>Updated properties for the private DNS
2549
2159
  * namespace.</p>
@@ -2555,12 +2165,6 @@ export interface PrivateDnsNamespacePropertiesChange {
2555
2165
  */
2556
2166
  DnsProperties: PrivateDnsPropertiesMutableChange | undefined;
2557
2167
  }
2558
- export declare namespace PrivateDnsNamespacePropertiesChange {
2559
- /**
2560
- * @internal
2561
- */
2562
- const filterSensitiveLog: (obj: PrivateDnsNamespacePropertiesChange) => any;
2563
- }
2564
2168
  /**
2565
2169
  * <p>Updated properties for the private DNS
2566
2170
  * namespace.</p>
@@ -2577,12 +2181,6 @@ export interface PrivateDnsNamespaceChange {
2577
2181
  */
2578
2182
  Properties?: PrivateDnsNamespacePropertiesChange;
2579
2183
  }
2580
- export declare namespace PrivateDnsNamespaceChange {
2581
- /**
2582
- * @internal
2583
- */
2584
- const filterSensitiveLog: (obj: PrivateDnsNamespaceChange) => any;
2585
- }
2586
2184
  /**
2587
2185
  * <p>Updated DNS properties for the public DNS
2588
2186
  * namespace.</p>
@@ -2594,12 +2192,6 @@ export interface PublicDnsPropertiesMutableChange {
2594
2192
  */
2595
2193
  SOA: SOAChange | undefined;
2596
2194
  }
2597
- export declare namespace PublicDnsPropertiesMutableChange {
2598
- /**
2599
- * @internal
2600
- */
2601
- const filterSensitiveLog: (obj: PublicDnsPropertiesMutableChange) => any;
2602
- }
2603
2195
  /**
2604
2196
  * <p>Updated properties for the public DNS
2605
2197
  * namespace.</p>
@@ -2611,12 +2203,6 @@ export interface PublicDnsNamespacePropertiesChange {
2611
2203
  */
2612
2204
  DnsProperties: PublicDnsPropertiesMutableChange | undefined;
2613
2205
  }
2614
- export declare namespace PublicDnsNamespacePropertiesChange {
2615
- /**
2616
- * @internal
2617
- */
2618
- const filterSensitiveLog: (obj: PublicDnsNamespacePropertiesChange) => any;
2619
- }
2620
2206
  /**
2621
2207
  * <p>Updated properties for the public DNS
2622
2208
  * namespace.</p>
@@ -2633,12 +2219,6 @@ export interface PublicDnsNamespaceChange {
2633
2219
  */
2634
2220
  Properties?: PublicDnsNamespacePropertiesChange;
2635
2221
  }
2636
- export declare namespace PublicDnsNamespaceChange {
2637
- /**
2638
- * @internal
2639
- */
2640
- const filterSensitiveLog: (obj: PublicDnsNamespaceChange) => any;
2641
- }
2642
2222
  export interface RegisterInstanceRequest {
2643
2223
  /**
2644
2224
  * <p>The ID of the service that you want to use for settings for the instance.</p>
@@ -2779,12 +2359,6 @@ export interface RegisterInstanceRequest {
2779
2359
  */
2780
2360
  Attributes: Record<string, string> | undefined;
2781
2361
  }
2782
- export declare namespace RegisterInstanceRequest {
2783
- /**
2784
- * @internal
2785
- */
2786
- const filterSensitiveLog: (obj: RegisterInstanceRequest) => any;
2787
- }
2788
2362
  export interface RegisterInstanceResponse {
2789
2363
  /**
2790
2364
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -2792,12 +2366,6 @@ export interface RegisterInstanceResponse {
2792
2366
  */
2793
2367
  OperationId?: string;
2794
2368
  }
2795
- export declare namespace RegisterInstanceResponse {
2796
- /**
2797
- * @internal
2798
- */
2799
- const filterSensitiveLog: (obj: RegisterInstanceResponse) => any;
2800
- }
2801
2369
  export interface TagResourceRequest {
2802
2370
  /**
2803
2371
  * <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.</p>
@@ -2809,20 +2377,8 @@ export interface TagResourceRequest {
2809
2377
  */
2810
2378
  Tags: Tag[] | undefined;
2811
2379
  }
2812
- export declare namespace TagResourceRequest {
2813
- /**
2814
- * @internal
2815
- */
2816
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2817
- }
2818
2380
  export interface TagResourceResponse {
2819
2381
  }
2820
- export declare namespace TagResourceResponse {
2821
- /**
2822
- * @internal
2823
- */
2824
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2825
- }
2826
2382
  export interface UntagResourceRequest {
2827
2383
  /**
2828
2384
  * <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.</p>
@@ -2833,20 +2389,8 @@ export interface UntagResourceRequest {
2833
2389
  */
2834
2390
  TagKeys: string[] | undefined;
2835
2391
  }
2836
- export declare namespace UntagResourceRequest {
2837
- /**
2838
- * @internal
2839
- */
2840
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2841
- }
2842
2392
  export interface UntagResourceResponse {
2843
2393
  }
2844
- export declare namespace UntagResourceResponse {
2845
- /**
2846
- * @internal
2847
- */
2848
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2849
- }
2850
2394
  export interface UpdateHttpNamespaceRequest {
2851
2395
  /**
2852
2396
  * <p>The ID of the namespace that you want to
@@ -2866,12 +2410,6 @@ export interface UpdateHttpNamespaceRequest {
2866
2410
  */
2867
2411
  Namespace: HttpNamespaceChange | undefined;
2868
2412
  }
2869
- export declare namespace UpdateHttpNamespaceRequest {
2870
- /**
2871
- * @internal
2872
- */
2873
- const filterSensitiveLog: (obj: UpdateHttpNamespaceRequest) => any;
2874
- }
2875
2413
  export interface UpdateHttpNamespaceResponse {
2876
2414
  /**
2877
2415
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -2879,12 +2417,6 @@ export interface UpdateHttpNamespaceResponse {
2879
2417
  */
2880
2418
  OperationId?: string;
2881
2419
  }
2882
- export declare namespace UpdateHttpNamespaceResponse {
2883
- /**
2884
- * @internal
2885
- */
2886
- const filterSensitiveLog: (obj: UpdateHttpNamespaceResponse) => any;
2887
- }
2888
2420
  export interface UpdateInstanceCustomHealthStatusRequest {
2889
2421
  /**
2890
2422
  * <p>The ID of the service that includes the configuration for the custom health check that you want to change the
@@ -2900,12 +2432,6 @@ export interface UpdateInstanceCustomHealthStatusRequest {
2900
2432
  */
2901
2433
  Status: CustomHealthStatus | string | undefined;
2902
2434
  }
2903
- export declare namespace UpdateInstanceCustomHealthStatusRequest {
2904
- /**
2905
- * @internal
2906
- */
2907
- const filterSensitiveLog: (obj: UpdateInstanceCustomHealthStatusRequest) => any;
2908
- }
2909
2435
  export interface UpdatePrivateDnsNamespaceRequest {
2910
2436
  /**
2911
2437
  * <p>The ID of the namespace that you want to
@@ -2925,12 +2451,6 @@ export interface UpdatePrivateDnsNamespaceRequest {
2925
2451
  */
2926
2452
  Namespace: PrivateDnsNamespaceChange | undefined;
2927
2453
  }
2928
- export declare namespace UpdatePrivateDnsNamespaceRequest {
2929
- /**
2930
- * @internal
2931
- */
2932
- const filterSensitiveLog: (obj: UpdatePrivateDnsNamespaceRequest) => any;
2933
- }
2934
2454
  export interface UpdatePrivateDnsNamespaceResponse {
2935
2455
  /**
2936
2456
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -2938,12 +2458,6 @@ export interface UpdatePrivateDnsNamespaceResponse {
2938
2458
  */
2939
2459
  OperationId?: string;
2940
2460
  }
2941
- export declare namespace UpdatePrivateDnsNamespaceResponse {
2942
- /**
2943
- * @internal
2944
- */
2945
- const filterSensitiveLog: (obj: UpdatePrivateDnsNamespaceResponse) => any;
2946
- }
2947
2461
  export interface UpdatePublicDnsNamespaceRequest {
2948
2462
  /**
2949
2463
  * <p>The ID of the namespace being
@@ -2963,12 +2477,6 @@ export interface UpdatePublicDnsNamespaceRequest {
2963
2477
  */
2964
2478
  Namespace: PublicDnsNamespaceChange | undefined;
2965
2479
  }
2966
- export declare namespace UpdatePublicDnsNamespaceRequest {
2967
- /**
2968
- * @internal
2969
- */
2970
- const filterSensitiveLog: (obj: UpdatePublicDnsNamespaceRequest) => any;
2971
- }
2972
2480
  export interface UpdatePublicDnsNamespaceResponse {
2973
2481
  /**
2974
2482
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -2976,12 +2484,6 @@ export interface UpdatePublicDnsNamespaceResponse {
2976
2484
  */
2977
2485
  OperationId?: string;
2978
2486
  }
2979
- export declare namespace UpdatePublicDnsNamespaceResponse {
2980
- /**
2981
- * @internal
2982
- */
2983
- const filterSensitiveLog: (obj: UpdatePublicDnsNamespaceResponse) => any;
2984
- }
2985
2487
  /**
2986
2488
  * <p>A complex type that contains changes to an existing service.</p>
2987
2489
  */
@@ -3002,12 +2504,6 @@ export interface ServiceChange {
3002
2504
  */
3003
2505
  HealthCheckConfig?: HealthCheckConfig;
3004
2506
  }
3005
- export declare namespace ServiceChange {
3006
- /**
3007
- * @internal
3008
- */
3009
- const filterSensitiveLog: (obj: ServiceChange) => any;
3010
- }
3011
2507
  export interface UpdateServiceRequest {
3012
2508
  /**
3013
2509
  * <p>The ID of the service that you want to update.</p>
@@ -3018,12 +2514,6 @@ export interface UpdateServiceRequest {
3018
2514
  */
3019
2515
  Service: ServiceChange | undefined;
3020
2516
  }
3021
- export declare namespace UpdateServiceRequest {
3022
- /**
3023
- * @internal
3024
- */
3025
- const filterSensitiveLog: (obj: UpdateServiceRequest) => any;
3026
- }
3027
2517
  export interface UpdateServiceResponse {
3028
2518
  /**
3029
2519
  * <p>A value that you can use to determine whether the request completed successfully.
@@ -3031,9 +2521,347 @@ export interface UpdateServiceResponse {
3031
2521
  */
3032
2522
  OperationId?: string;
3033
2523
  }
3034
- export declare namespace UpdateServiceResponse {
3035
- /**
3036
- * @internal
3037
- */
3038
- const filterSensitiveLog: (obj: UpdateServiceResponse) => any;
3039
- }
2524
+ /**
2525
+ * @internal
2526
+ */
2527
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2528
+ /**
2529
+ * @internal
2530
+ */
2531
+ export declare const CreateHttpNamespaceRequestFilterSensitiveLog: (obj: CreateHttpNamespaceRequest) => any;
2532
+ /**
2533
+ * @internal
2534
+ */
2535
+ export declare const CreateHttpNamespaceResponseFilterSensitiveLog: (obj: CreateHttpNamespaceResponse) => any;
2536
+ /**
2537
+ * @internal
2538
+ */
2539
+ export declare const SOAFilterSensitiveLog: (obj: SOA) => any;
2540
+ /**
2541
+ * @internal
2542
+ */
2543
+ export declare const PrivateDnsPropertiesMutableFilterSensitiveLog: (obj: PrivateDnsPropertiesMutable) => any;
2544
+ /**
2545
+ * @internal
2546
+ */
2547
+ export declare const PrivateDnsNamespacePropertiesFilterSensitiveLog: (obj: PrivateDnsNamespaceProperties) => any;
2548
+ /**
2549
+ * @internal
2550
+ */
2551
+ export declare const CreatePrivateDnsNamespaceRequestFilterSensitiveLog: (obj: CreatePrivateDnsNamespaceRequest) => any;
2552
+ /**
2553
+ * @internal
2554
+ */
2555
+ export declare const CreatePrivateDnsNamespaceResponseFilterSensitiveLog: (obj: CreatePrivateDnsNamespaceResponse) => any;
2556
+ /**
2557
+ * @internal
2558
+ */
2559
+ export declare const PublicDnsPropertiesMutableFilterSensitiveLog: (obj: PublicDnsPropertiesMutable) => any;
2560
+ /**
2561
+ * @internal
2562
+ */
2563
+ export declare const PublicDnsNamespacePropertiesFilterSensitiveLog: (obj: PublicDnsNamespaceProperties) => any;
2564
+ /**
2565
+ * @internal
2566
+ */
2567
+ export declare const CreatePublicDnsNamespaceRequestFilterSensitiveLog: (obj: CreatePublicDnsNamespaceRequest) => any;
2568
+ /**
2569
+ * @internal
2570
+ */
2571
+ export declare const CreatePublicDnsNamespaceResponseFilterSensitiveLog: (obj: CreatePublicDnsNamespaceResponse) => any;
2572
+ /**
2573
+ * @internal
2574
+ */
2575
+ export declare const DnsRecordFilterSensitiveLog: (obj: DnsRecord) => any;
2576
+ /**
2577
+ * @internal
2578
+ */
2579
+ export declare const DnsConfigFilterSensitiveLog: (obj: DnsConfig) => any;
2580
+ /**
2581
+ * @internal
2582
+ */
2583
+ export declare const HealthCheckConfigFilterSensitiveLog: (obj: HealthCheckConfig) => any;
2584
+ /**
2585
+ * @internal
2586
+ */
2587
+ export declare const HealthCheckCustomConfigFilterSensitiveLog: (obj: HealthCheckCustomConfig) => any;
2588
+ /**
2589
+ * @internal
2590
+ */
2591
+ export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateServiceRequest) => any;
2592
+ /**
2593
+ * @internal
2594
+ */
2595
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
2596
+ /**
2597
+ * @internal
2598
+ */
2599
+ export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
2600
+ /**
2601
+ * @internal
2602
+ */
2603
+ export declare const DeleteNamespaceRequestFilterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
2604
+ /**
2605
+ * @internal
2606
+ */
2607
+ export declare const DeleteNamespaceResponseFilterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
2608
+ /**
2609
+ * @internal
2610
+ */
2611
+ export declare const DeleteServiceRequestFilterSensitiveLog: (obj: DeleteServiceRequest) => any;
2612
+ /**
2613
+ * @internal
2614
+ */
2615
+ export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
2616
+ /**
2617
+ * @internal
2618
+ */
2619
+ export declare const DeregisterInstanceRequestFilterSensitiveLog: (obj: DeregisterInstanceRequest) => any;
2620
+ /**
2621
+ * @internal
2622
+ */
2623
+ export declare const DeregisterInstanceResponseFilterSensitiveLog: (obj: DeregisterInstanceResponse) => any;
2624
+ /**
2625
+ * @internal
2626
+ */
2627
+ export declare const DiscoverInstancesRequestFilterSensitiveLog: (obj: DiscoverInstancesRequest) => any;
2628
+ /**
2629
+ * @internal
2630
+ */
2631
+ export declare const HttpInstanceSummaryFilterSensitiveLog: (obj: HttpInstanceSummary) => any;
2632
+ /**
2633
+ * @internal
2634
+ */
2635
+ export declare const DiscoverInstancesResponseFilterSensitiveLog: (obj: DiscoverInstancesResponse) => any;
2636
+ /**
2637
+ * @internal
2638
+ */
2639
+ export declare const DnsConfigChangeFilterSensitiveLog: (obj: DnsConfigChange) => any;
2640
+ /**
2641
+ * @internal
2642
+ */
2643
+ export declare const DnsPropertiesFilterSensitiveLog: (obj: DnsProperties) => any;
2644
+ /**
2645
+ * @internal
2646
+ */
2647
+ export declare const GetInstanceRequestFilterSensitiveLog: (obj: GetInstanceRequest) => any;
2648
+ /**
2649
+ * @internal
2650
+ */
2651
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
2652
+ /**
2653
+ * @internal
2654
+ */
2655
+ export declare const GetInstanceResponseFilterSensitiveLog: (obj: GetInstanceResponse) => any;
2656
+ /**
2657
+ * @internal
2658
+ */
2659
+ export declare const GetInstancesHealthStatusRequestFilterSensitiveLog: (obj: GetInstancesHealthStatusRequest) => any;
2660
+ /**
2661
+ * @internal
2662
+ */
2663
+ export declare const GetInstancesHealthStatusResponseFilterSensitiveLog: (obj: GetInstancesHealthStatusResponse) => any;
2664
+ /**
2665
+ * @internal
2666
+ */
2667
+ export declare const GetNamespaceRequestFilterSensitiveLog: (obj: GetNamespaceRequest) => any;
2668
+ /**
2669
+ * @internal
2670
+ */
2671
+ export declare const HttpPropertiesFilterSensitiveLog: (obj: HttpProperties) => any;
2672
+ /**
2673
+ * @internal
2674
+ */
2675
+ export declare const NamespacePropertiesFilterSensitiveLog: (obj: NamespaceProperties) => any;
2676
+ /**
2677
+ * @internal
2678
+ */
2679
+ export declare const NamespaceFilterSensitiveLog: (obj: Namespace) => any;
2680
+ /**
2681
+ * @internal
2682
+ */
2683
+ export declare const GetNamespaceResponseFilterSensitiveLog: (obj: GetNamespaceResponse) => any;
2684
+ /**
2685
+ * @internal
2686
+ */
2687
+ export declare const GetOperationRequestFilterSensitiveLog: (obj: GetOperationRequest) => any;
2688
+ /**
2689
+ * @internal
2690
+ */
2691
+ export declare const OperationFilterSensitiveLog: (obj: Operation) => any;
2692
+ /**
2693
+ * @internal
2694
+ */
2695
+ export declare const GetOperationResponseFilterSensitiveLog: (obj: GetOperationResponse) => any;
2696
+ /**
2697
+ * @internal
2698
+ */
2699
+ export declare const GetServiceRequestFilterSensitiveLog: (obj: GetServiceRequest) => any;
2700
+ /**
2701
+ * @internal
2702
+ */
2703
+ export declare const GetServiceResponseFilterSensitiveLog: (obj: GetServiceResponse) => any;
2704
+ /**
2705
+ * @internal
2706
+ */
2707
+ export declare const HttpNamespaceChangeFilterSensitiveLog: (obj: HttpNamespaceChange) => any;
2708
+ /**
2709
+ * @internal
2710
+ */
2711
+ export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
2712
+ /**
2713
+ * @internal
2714
+ */
2715
+ export declare const ListInstancesRequestFilterSensitiveLog: (obj: ListInstancesRequest) => any;
2716
+ /**
2717
+ * @internal
2718
+ */
2719
+ export declare const ListInstancesResponseFilterSensitiveLog: (obj: ListInstancesResponse) => any;
2720
+ /**
2721
+ * @internal
2722
+ */
2723
+ export declare const NamespaceFilterFilterSensitiveLog: (obj: NamespaceFilter) => any;
2724
+ /**
2725
+ * @internal
2726
+ */
2727
+ export declare const ListNamespacesRequestFilterSensitiveLog: (obj: ListNamespacesRequest) => any;
2728
+ /**
2729
+ * @internal
2730
+ */
2731
+ export declare const NamespaceSummaryFilterSensitiveLog: (obj: NamespaceSummary) => any;
2732
+ /**
2733
+ * @internal
2734
+ */
2735
+ export declare const ListNamespacesResponseFilterSensitiveLog: (obj: ListNamespacesResponse) => any;
2736
+ /**
2737
+ * @internal
2738
+ */
2739
+ export declare const OperationFilterFilterSensitiveLog: (obj: OperationFilter) => any;
2740
+ /**
2741
+ * @internal
2742
+ */
2743
+ export declare const ListOperationsRequestFilterSensitiveLog: (obj: ListOperationsRequest) => any;
2744
+ /**
2745
+ * @internal
2746
+ */
2747
+ export declare const OperationSummaryFilterSensitiveLog: (obj: OperationSummary) => any;
2748
+ /**
2749
+ * @internal
2750
+ */
2751
+ export declare const ListOperationsResponseFilterSensitiveLog: (obj: ListOperationsResponse) => any;
2752
+ /**
2753
+ * @internal
2754
+ */
2755
+ export declare const ServiceFilterFilterSensitiveLog: (obj: ServiceFilter) => any;
2756
+ /**
2757
+ * @internal
2758
+ */
2759
+ export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
2760
+ /**
2761
+ * @internal
2762
+ */
2763
+ export declare const ServiceSummaryFilterSensitiveLog: (obj: ServiceSummary) => any;
2764
+ /**
2765
+ * @internal
2766
+ */
2767
+ export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
2768
+ /**
2769
+ * @internal
2770
+ */
2771
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2772
+ /**
2773
+ * @internal
2774
+ */
2775
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2776
+ /**
2777
+ * @internal
2778
+ */
2779
+ export declare const SOAChangeFilterSensitiveLog: (obj: SOAChange) => any;
2780
+ /**
2781
+ * @internal
2782
+ */
2783
+ export declare const PrivateDnsPropertiesMutableChangeFilterSensitiveLog: (obj: PrivateDnsPropertiesMutableChange) => any;
2784
+ /**
2785
+ * @internal
2786
+ */
2787
+ export declare const PrivateDnsNamespacePropertiesChangeFilterSensitiveLog: (obj: PrivateDnsNamespacePropertiesChange) => any;
2788
+ /**
2789
+ * @internal
2790
+ */
2791
+ export declare const PrivateDnsNamespaceChangeFilterSensitiveLog: (obj: PrivateDnsNamespaceChange) => any;
2792
+ /**
2793
+ * @internal
2794
+ */
2795
+ export declare const PublicDnsPropertiesMutableChangeFilterSensitiveLog: (obj: PublicDnsPropertiesMutableChange) => any;
2796
+ /**
2797
+ * @internal
2798
+ */
2799
+ export declare const PublicDnsNamespacePropertiesChangeFilterSensitiveLog: (obj: PublicDnsNamespacePropertiesChange) => any;
2800
+ /**
2801
+ * @internal
2802
+ */
2803
+ export declare const PublicDnsNamespaceChangeFilterSensitiveLog: (obj: PublicDnsNamespaceChange) => any;
2804
+ /**
2805
+ * @internal
2806
+ */
2807
+ export declare const RegisterInstanceRequestFilterSensitiveLog: (obj: RegisterInstanceRequest) => any;
2808
+ /**
2809
+ * @internal
2810
+ */
2811
+ export declare const RegisterInstanceResponseFilterSensitiveLog: (obj: RegisterInstanceResponse) => any;
2812
+ /**
2813
+ * @internal
2814
+ */
2815
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2816
+ /**
2817
+ * @internal
2818
+ */
2819
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2820
+ /**
2821
+ * @internal
2822
+ */
2823
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2824
+ /**
2825
+ * @internal
2826
+ */
2827
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2828
+ /**
2829
+ * @internal
2830
+ */
2831
+ export declare const UpdateHttpNamespaceRequestFilterSensitiveLog: (obj: UpdateHttpNamespaceRequest) => any;
2832
+ /**
2833
+ * @internal
2834
+ */
2835
+ export declare const UpdateHttpNamespaceResponseFilterSensitiveLog: (obj: UpdateHttpNamespaceResponse) => any;
2836
+ /**
2837
+ * @internal
2838
+ */
2839
+ export declare const UpdateInstanceCustomHealthStatusRequestFilterSensitiveLog: (obj: UpdateInstanceCustomHealthStatusRequest) => any;
2840
+ /**
2841
+ * @internal
2842
+ */
2843
+ export declare const UpdatePrivateDnsNamespaceRequestFilterSensitiveLog: (obj: UpdatePrivateDnsNamespaceRequest) => any;
2844
+ /**
2845
+ * @internal
2846
+ */
2847
+ export declare const UpdatePrivateDnsNamespaceResponseFilterSensitiveLog: (obj: UpdatePrivateDnsNamespaceResponse) => any;
2848
+ /**
2849
+ * @internal
2850
+ */
2851
+ export declare const UpdatePublicDnsNamespaceRequestFilterSensitiveLog: (obj: UpdatePublicDnsNamespaceRequest) => any;
2852
+ /**
2853
+ * @internal
2854
+ */
2855
+ export declare const UpdatePublicDnsNamespaceResponseFilterSensitiveLog: (obj: UpdatePublicDnsNamespaceResponse) => any;
2856
+ /**
2857
+ * @internal
2858
+ */
2859
+ export declare const ServiceChangeFilterSensitiveLog: (obj: ServiceChange) => any;
2860
+ /**
2861
+ * @internal
2862
+ */
2863
+ export declare const UpdateServiceRequestFilterSensitiveLog: (obj: UpdateServiceRequest) => any;
2864
+ /**
2865
+ * @internal
2866
+ */
2867
+ export declare const UpdateServiceResponseFilterSensitiveLog: (obj: UpdateServiceResponse) => any;