@aws-sdk/client-servicediscovery 3.686.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +168 -168
- package/dist-types/ts3.4/models/models_0.d.ts +168 -168
- package/package.json +7 -7
|
@@ -32,19 +32,19 @@ export interface CreateHttpNamespaceRequest {
|
|
|
32
32
|
* unique string (for example, a date/time stamp).</p>
|
|
33
33
|
* @public
|
|
34
34
|
*/
|
|
35
|
-
CreatorRequestId?: string;
|
|
35
|
+
CreatorRequestId?: string | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* <p>A description for the namespace.</p>
|
|
38
38
|
* @public
|
|
39
39
|
*/
|
|
40
|
-
Description?: string;
|
|
40
|
+
Description?: string | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* <p>The tags to add to the namespace. Each tag consists of a key and an optional value that you define.
|
|
43
43
|
* Tags keys can be up to 128 characters in length, and tag values can be up to 256
|
|
44
44
|
* characters in length.</p>
|
|
45
45
|
* @public
|
|
46
46
|
*/
|
|
47
|
-
Tags?: Tag[];
|
|
47
|
+
Tags?: Tag[] | undefined;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* @public
|
|
@@ -55,7 +55,7 @@ export interface CreateHttpNamespaceResponse {
|
|
|
55
55
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
56
56
|
* @public
|
|
57
57
|
*/
|
|
58
|
-
OperationId?: string;
|
|
58
|
+
OperationId?: string | undefined;
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
61
|
* <p>The operation is already in progress.</p>
|
|
@@ -64,12 +64,12 @@ export interface CreateHttpNamespaceResponse {
|
|
|
64
64
|
export declare class DuplicateRequest extends __BaseException {
|
|
65
65
|
readonly name: "DuplicateRequest";
|
|
66
66
|
readonly $fault: "client";
|
|
67
|
-
Message?: string;
|
|
67
|
+
Message?: string | undefined;
|
|
68
68
|
/**
|
|
69
69
|
* <p>The ID of the operation that's already in progress.</p>
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
|
-
DuplicateOperationId?: string;
|
|
72
|
+
DuplicateOperationId?: string | undefined;
|
|
73
73
|
/**
|
|
74
74
|
* @internal
|
|
75
75
|
*/
|
|
@@ -83,7 +83,7 @@ export declare class DuplicateRequest extends __BaseException {
|
|
|
83
83
|
export declare class InvalidInput extends __BaseException {
|
|
84
84
|
readonly name: "InvalidInput";
|
|
85
85
|
readonly $fault: "client";
|
|
86
|
-
Message?: string;
|
|
86
|
+
Message?: string | undefined;
|
|
87
87
|
/**
|
|
88
88
|
* @internal
|
|
89
89
|
*/
|
|
@@ -96,17 +96,17 @@ export declare class InvalidInput extends __BaseException {
|
|
|
96
96
|
export declare class NamespaceAlreadyExists extends __BaseException {
|
|
97
97
|
readonly name: "NamespaceAlreadyExists";
|
|
98
98
|
readonly $fault: "client";
|
|
99
|
-
Message?: string;
|
|
99
|
+
Message?: string | undefined;
|
|
100
100
|
/**
|
|
101
101
|
* <p>The <code>CreatorRequestId</code> that was used to create the namespace.</p>
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
|
-
CreatorRequestId?: string;
|
|
104
|
+
CreatorRequestId?: string | undefined;
|
|
105
105
|
/**
|
|
106
106
|
* <p>The ID of the existing namespace.</p>
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
|
-
NamespaceId?: string;
|
|
109
|
+
NamespaceId?: string | undefined;
|
|
110
110
|
/**
|
|
111
111
|
* @internal
|
|
112
112
|
*/
|
|
@@ -119,7 +119,7 @@ export declare class NamespaceAlreadyExists extends __BaseException {
|
|
|
119
119
|
export declare class ResourceLimitExceeded extends __BaseException {
|
|
120
120
|
readonly name: "ResourceLimitExceeded";
|
|
121
121
|
readonly $fault: "client";
|
|
122
|
-
Message?: string;
|
|
122
|
+
Message?: string | undefined;
|
|
123
123
|
/**
|
|
124
124
|
* @internal
|
|
125
125
|
*/
|
|
@@ -133,12 +133,12 @@ export declare class ResourceLimitExceeded extends __BaseException {
|
|
|
133
133
|
export declare class TooManyTagsException extends __BaseException {
|
|
134
134
|
readonly name: "TooManyTagsException";
|
|
135
135
|
readonly $fault: "client";
|
|
136
|
-
Message?: string;
|
|
136
|
+
Message?: string | undefined;
|
|
137
137
|
/**
|
|
138
138
|
* <p>The name of the resource.</p>
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
|
-
ResourceName?: string;
|
|
141
|
+
ResourceName?: string | undefined;
|
|
142
142
|
/**
|
|
143
143
|
* @internal
|
|
144
144
|
*/
|
|
@@ -199,12 +199,12 @@ export interface CreatePrivateDnsNamespaceRequest {
|
|
|
199
199
|
* unique string (for example, a date/timestamp).</p>
|
|
200
200
|
* @public
|
|
201
201
|
*/
|
|
202
|
-
CreatorRequestId?: string;
|
|
202
|
+
CreatorRequestId?: string | undefined;
|
|
203
203
|
/**
|
|
204
204
|
* <p>A description for the namespace.</p>
|
|
205
205
|
* @public
|
|
206
206
|
*/
|
|
207
|
-
Description?: string;
|
|
207
|
+
Description?: string | undefined;
|
|
208
208
|
/**
|
|
209
209
|
* <p>The ID of the Amazon VPC that you want to associate the namespace with.</p>
|
|
210
210
|
* @public
|
|
@@ -216,13 +216,13 @@ export interface CreatePrivateDnsNamespaceRequest {
|
|
|
216
216
|
* characters in length.</p>
|
|
217
217
|
* @public
|
|
218
218
|
*/
|
|
219
|
-
Tags?: Tag[];
|
|
219
|
+
Tags?: Tag[] | undefined;
|
|
220
220
|
/**
|
|
221
221
|
* <p>Properties for the private DNS
|
|
222
222
|
* namespace.</p>
|
|
223
223
|
* @public
|
|
224
224
|
*/
|
|
225
|
-
Properties?: PrivateDnsNamespaceProperties;
|
|
225
|
+
Properties?: PrivateDnsNamespaceProperties | undefined;
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
228
|
* @public
|
|
@@ -233,7 +233,7 @@ export interface CreatePrivateDnsNamespaceResponse {
|
|
|
233
233
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
234
234
|
* @public
|
|
235
235
|
*/
|
|
236
|
-
OperationId?: string;
|
|
236
|
+
OperationId?: string | undefined;
|
|
237
237
|
}
|
|
238
238
|
/**
|
|
239
239
|
* <p>DNS properties for the public DNS
|
|
@@ -279,25 +279,25 @@ export interface CreatePublicDnsNamespaceRequest {
|
|
|
279
279
|
* unique string (for example, a date/timestamp).</p>
|
|
280
280
|
* @public
|
|
281
281
|
*/
|
|
282
|
-
CreatorRequestId?: string;
|
|
282
|
+
CreatorRequestId?: string | undefined;
|
|
283
283
|
/**
|
|
284
284
|
* <p>A description for the namespace.</p>
|
|
285
285
|
* @public
|
|
286
286
|
*/
|
|
287
|
-
Description?: string;
|
|
287
|
+
Description?: string | undefined;
|
|
288
288
|
/**
|
|
289
289
|
* <p>The tags to add to the namespace. Each tag consists of a key and an optional value that you define.
|
|
290
290
|
* Tags keys can be up to 128 characters in length, and tag values can be up to 256
|
|
291
291
|
* characters in length.</p>
|
|
292
292
|
* @public
|
|
293
293
|
*/
|
|
294
|
-
Tags?: Tag[];
|
|
294
|
+
Tags?: Tag[] | undefined;
|
|
295
295
|
/**
|
|
296
296
|
* <p>Properties for the public DNS
|
|
297
297
|
* namespace.</p>
|
|
298
298
|
* @public
|
|
299
299
|
*/
|
|
300
|
-
Properties?: PublicDnsNamespaceProperties;
|
|
300
|
+
Properties?: PublicDnsNamespaceProperties | undefined;
|
|
301
301
|
}
|
|
302
302
|
/**
|
|
303
303
|
* @public
|
|
@@ -308,7 +308,7 @@ export interface CreatePublicDnsNamespaceResponse {
|
|
|
308
308
|
* operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
309
309
|
* @public
|
|
310
310
|
*/
|
|
311
|
-
OperationId?: string;
|
|
311
|
+
OperationId?: string | undefined;
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* @public
|
|
@@ -508,7 +508,7 @@ export interface DnsConfig {
|
|
|
508
508
|
* <p>The ID of the namespace to use for DNS configuration.</p>
|
|
509
509
|
* @public
|
|
510
510
|
*/
|
|
511
|
-
NamespaceId?: string;
|
|
511
|
+
NamespaceId?: string | undefined;
|
|
512
512
|
/**
|
|
513
513
|
* <p>The routing policy that you want to apply to all Route 53 DNS records that Cloud Map creates when you
|
|
514
514
|
* register an instance and specify this service.</p>
|
|
@@ -548,7 +548,7 @@ export interface DnsConfig {
|
|
|
548
548
|
* </dl>
|
|
549
549
|
* @public
|
|
550
550
|
*/
|
|
551
|
-
RoutingPolicy?: RoutingPolicy;
|
|
551
|
+
RoutingPolicy?: RoutingPolicy | undefined;
|
|
552
552
|
/**
|
|
553
553
|
* <p>An array that contains one <code>DnsRecord</code> object for each Route 53 DNS record that you want Cloud Map
|
|
554
554
|
* to create when you register an instance.</p>
|
|
@@ -677,14 +677,14 @@ export interface HealthCheckConfig {
|
|
|
677
677
|
* for <code>ResourcePath</code>.</p>
|
|
678
678
|
* @public
|
|
679
679
|
*/
|
|
680
|
-
ResourcePath?: string;
|
|
680
|
+
ResourcePath?: string | undefined;
|
|
681
681
|
/**
|
|
682
682
|
* <p>The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current
|
|
683
683
|
* status of the endpoint from unhealthy to healthy or the other way around. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How
|
|
684
684
|
* Route 53 Determines Whether an Endpoint Is Healthy</a> in the <i>Route 53 Developer Guide</i>.</p>
|
|
685
685
|
* @public
|
|
686
686
|
*/
|
|
687
|
-
FailureThreshold?: number;
|
|
687
|
+
FailureThreshold?: number | undefined;
|
|
688
688
|
}
|
|
689
689
|
/**
|
|
690
690
|
* <p>A complex type that contains information about an optional custom health check. A custom health check,
|
|
@@ -756,7 +756,7 @@ export interface HealthCheckCustomConfig {
|
|
|
756
756
|
* first request to make the change.</p>
|
|
757
757
|
* @public
|
|
758
758
|
*/
|
|
759
|
-
FailureThreshold?: number;
|
|
759
|
+
FailureThreshold?: number | undefined;
|
|
760
760
|
}
|
|
761
761
|
/**
|
|
762
762
|
* @public
|
|
@@ -807,25 +807,25 @@ export interface CreateServiceRequest {
|
|
|
807
807
|
* it can be specified either here or in the <code>DnsConfig</code> object.</p>
|
|
808
808
|
* @public
|
|
809
809
|
*/
|
|
810
|
-
NamespaceId?: string;
|
|
810
|
+
NamespaceId?: string | undefined;
|
|
811
811
|
/**
|
|
812
812
|
* <p>A unique string that identifies the request and that allows failed <code>CreateService</code> requests to
|
|
813
813
|
* be retried without the risk of running the operation twice. <code>CreatorRequestId</code> can be any unique
|
|
814
814
|
* string (for example, a date/timestamp).</p>
|
|
815
815
|
* @public
|
|
816
816
|
*/
|
|
817
|
-
CreatorRequestId?: string;
|
|
817
|
+
CreatorRequestId?: string | undefined;
|
|
818
818
|
/**
|
|
819
819
|
* <p>A description for the service.</p>
|
|
820
820
|
* @public
|
|
821
821
|
*/
|
|
822
|
-
Description?: string;
|
|
822
|
+
Description?: string | undefined;
|
|
823
823
|
/**
|
|
824
824
|
* <p>A complex type that contains information about the Amazon Route 53 records that you want Cloud Map to create
|
|
825
825
|
* when you register an instance. </p>
|
|
826
826
|
* @public
|
|
827
827
|
*/
|
|
828
|
-
DnsConfig?: DnsConfig;
|
|
828
|
+
DnsConfig?: DnsConfig | undefined;
|
|
829
829
|
/**
|
|
830
830
|
* <p>
|
|
831
831
|
* <i>Public DNS and HTTP namespaces only.</i> A complex type that contains settings for an
|
|
@@ -838,7 +838,7 @@ export interface CreateServiceRequest {
|
|
|
838
838
|
* <p>For information about the charges for health checks, see <a href="http://aws.amazon.com/cloud-map/pricing/">Cloud Map Pricing</a>.</p>
|
|
839
839
|
* @public
|
|
840
840
|
*/
|
|
841
|
-
HealthCheckConfig?: HealthCheckConfig;
|
|
841
|
+
HealthCheckConfig?: HealthCheckConfig | undefined;
|
|
842
842
|
/**
|
|
843
843
|
* <p>A complex type that contains information about an optional custom health check.</p>
|
|
844
844
|
* <important>
|
|
@@ -849,21 +849,21 @@ export interface CreateServiceRequest {
|
|
|
849
849
|
* service.</p>
|
|
850
850
|
* @public
|
|
851
851
|
*/
|
|
852
|
-
HealthCheckCustomConfig?: HealthCheckCustomConfig;
|
|
852
|
+
HealthCheckCustomConfig?: HealthCheckCustomConfig | undefined;
|
|
853
853
|
/**
|
|
854
854
|
* <p>The tags to add to the service. Each tag consists of a key and an optional value that you define.
|
|
855
855
|
* Tags keys can be up to 128 characters in length, and tag values can be up to 256
|
|
856
856
|
* characters in length.</p>
|
|
857
857
|
* @public
|
|
858
858
|
*/
|
|
859
|
-
Tags?: Tag[];
|
|
859
|
+
Tags?: Tag[] | undefined;
|
|
860
860
|
/**
|
|
861
861
|
* <p>If present, specifies that the service instances are only discoverable using the
|
|
862
862
|
* <code>DiscoverInstances</code> API operation. No DNS records is registered for the service instances. The only
|
|
863
863
|
* valid value is <code>HTTP</code>.</p>
|
|
864
864
|
* @public
|
|
865
865
|
*/
|
|
866
|
-
Type?: ServiceTypeOption;
|
|
866
|
+
Type?: ServiceTypeOption | undefined;
|
|
867
867
|
}
|
|
868
868
|
/**
|
|
869
869
|
* @public
|
|
@@ -887,34 +887,34 @@ export interface Service {
|
|
|
887
887
|
* <p>The ID that Cloud Map assigned to the service when you created it.</p>
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
890
|
-
Id?: string;
|
|
890
|
+
Id?: string | undefined;
|
|
891
891
|
/**
|
|
892
892
|
* <p>The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.</p>
|
|
893
893
|
* @public
|
|
894
894
|
*/
|
|
895
|
-
Arn?: string;
|
|
895
|
+
Arn?: string | undefined;
|
|
896
896
|
/**
|
|
897
897
|
* <p>The name of the service.</p>
|
|
898
898
|
* @public
|
|
899
899
|
*/
|
|
900
|
-
Name?: string;
|
|
900
|
+
Name?: string | undefined;
|
|
901
901
|
/**
|
|
902
902
|
* <p>The ID of the namespace that was used to create the service.</p>
|
|
903
903
|
* @public
|
|
904
904
|
*/
|
|
905
|
-
NamespaceId?: string;
|
|
905
|
+
NamespaceId?: string | undefined;
|
|
906
906
|
/**
|
|
907
907
|
* <p>The description of the service.</p>
|
|
908
908
|
* @public
|
|
909
909
|
*/
|
|
910
|
-
Description?: string;
|
|
910
|
+
Description?: string | undefined;
|
|
911
911
|
/**
|
|
912
912
|
* <p>The number of instances that are currently associated with the service. Instances that were previously
|
|
913
913
|
* associated with the service but that are deleted aren't included in the count. The count might not reflect
|
|
914
914
|
* pending registrations and deregistrations.</p>
|
|
915
915
|
* @public
|
|
916
916
|
*/
|
|
917
|
-
InstanceCount?: number;
|
|
917
|
+
InstanceCount?: number | undefined;
|
|
918
918
|
/**
|
|
919
919
|
* <p>A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create
|
|
920
920
|
* when you register an instance.</p>
|
|
@@ -924,7 +924,7 @@ export interface Service {
|
|
|
924
924
|
* </important>
|
|
925
925
|
* @public
|
|
926
926
|
*/
|
|
927
|
-
DnsConfig?: DnsConfig;
|
|
927
|
+
DnsConfig?: DnsConfig | undefined;
|
|
928
928
|
/**
|
|
929
929
|
* <p>Describes the systems that can be used to discover the service instances.</p>
|
|
930
930
|
* <dl>
|
|
@@ -945,7 +945,7 @@ export interface Service {
|
|
|
945
945
|
* </dl>
|
|
946
946
|
* @public
|
|
947
947
|
*/
|
|
948
|
-
Type?: ServiceType;
|
|
948
|
+
Type?: ServiceType | undefined;
|
|
949
949
|
/**
|
|
950
950
|
* <p>
|
|
951
951
|
* <i>Public DNS and HTTP namespaces only.</i> A complex type that contains settings for an
|
|
@@ -954,7 +954,7 @@ export interface Service {
|
|
|
954
954
|
* <p>For information about the charges for health checks, see <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>.</p>
|
|
955
955
|
* @public
|
|
956
956
|
*/
|
|
957
|
-
HealthCheckConfig?: HealthCheckConfig;
|
|
957
|
+
HealthCheckConfig?: HealthCheckConfig | undefined;
|
|
958
958
|
/**
|
|
959
959
|
* <p>A complex type that contains information about an optional custom health check.</p>
|
|
960
960
|
* <important>
|
|
@@ -963,21 +963,21 @@ export interface Service {
|
|
|
963
963
|
* </important>
|
|
964
964
|
* @public
|
|
965
965
|
*/
|
|
966
|
-
HealthCheckCustomConfig?: HealthCheckCustomConfig;
|
|
966
|
+
HealthCheckCustomConfig?: HealthCheckCustomConfig | undefined;
|
|
967
967
|
/**
|
|
968
968
|
* <p>The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC). The
|
|
969
969
|
* value of <code>CreateDate</code> is accurate to milliseconds. For example, the value <code>1516925490.087</code>
|
|
970
970
|
* represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
971
971
|
* @public
|
|
972
972
|
*/
|
|
973
|
-
CreateDate?: Date;
|
|
973
|
+
CreateDate?: Date | undefined;
|
|
974
974
|
/**
|
|
975
975
|
* <p>A unique string that identifies the request and that allows failed requests to be retried without the risk
|
|
976
976
|
* of running the operation twice. <code>CreatorRequestId</code> can be any unique string (for example, a
|
|
977
977
|
* date/timestamp).</p>
|
|
978
978
|
* @public
|
|
979
979
|
*/
|
|
980
|
-
CreatorRequestId?: string;
|
|
980
|
+
CreatorRequestId?: string | undefined;
|
|
981
981
|
}
|
|
982
982
|
/**
|
|
983
983
|
* @public
|
|
@@ -987,7 +987,7 @@ export interface CreateServiceResponse {
|
|
|
987
987
|
* <p>A complex type that contains information about the new service.</p>
|
|
988
988
|
* @public
|
|
989
989
|
*/
|
|
990
|
-
Service?: Service;
|
|
990
|
+
Service?: Service | undefined;
|
|
991
991
|
}
|
|
992
992
|
/**
|
|
993
993
|
* <p>No namespace exists with the specified ID.</p>
|
|
@@ -996,7 +996,7 @@ export interface CreateServiceResponse {
|
|
|
996
996
|
export declare class NamespaceNotFound extends __BaseException {
|
|
997
997
|
readonly name: "NamespaceNotFound";
|
|
998
998
|
readonly $fault: "client";
|
|
999
|
-
Message?: string;
|
|
999
|
+
Message?: string | undefined;
|
|
1000
1000
|
/**
|
|
1001
1001
|
* @internal
|
|
1002
1002
|
*/
|
|
@@ -1009,17 +1009,17 @@ export declare class NamespaceNotFound extends __BaseException {
|
|
|
1009
1009
|
export declare class ServiceAlreadyExists extends __BaseException {
|
|
1010
1010
|
readonly name: "ServiceAlreadyExists";
|
|
1011
1011
|
readonly $fault: "client";
|
|
1012
|
-
Message?: string;
|
|
1012
|
+
Message?: string | undefined;
|
|
1013
1013
|
/**
|
|
1014
1014
|
* <p>The <code>CreatorRequestId</code> that was used to create the service.</p>
|
|
1015
1015
|
* @public
|
|
1016
1016
|
*/
|
|
1017
|
-
CreatorRequestId?: string;
|
|
1017
|
+
CreatorRequestId?: string | undefined;
|
|
1018
1018
|
/**
|
|
1019
1019
|
* <p>The ID of the existing service.</p>
|
|
1020
1020
|
* @public
|
|
1021
1021
|
*/
|
|
1022
|
-
ServiceId?: string;
|
|
1022
|
+
ServiceId?: string | undefined;
|
|
1023
1023
|
/**
|
|
1024
1024
|
* @internal
|
|
1025
1025
|
*/
|
|
@@ -1033,7 +1033,7 @@ export declare class ServiceAlreadyExists extends __BaseException {
|
|
|
1033
1033
|
export declare class CustomHealthNotFound extends __BaseException {
|
|
1034
1034
|
readonly name: "CustomHealthNotFound";
|
|
1035
1035
|
readonly $fault: "client";
|
|
1036
|
-
Message?: string;
|
|
1036
|
+
Message?: string | undefined;
|
|
1037
1037
|
/**
|
|
1038
1038
|
* @internal
|
|
1039
1039
|
*/
|
|
@@ -1070,7 +1070,7 @@ export interface DeleteNamespaceResponse {
|
|
|
1070
1070
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
1071
1071
|
* @public
|
|
1072
1072
|
*/
|
|
1073
|
-
OperationId?: string;
|
|
1073
|
+
OperationId?: string | undefined;
|
|
1074
1074
|
}
|
|
1075
1075
|
/**
|
|
1076
1076
|
* <p>The specified resource can't be deleted because it contains other resources. For example, you can't delete
|
|
@@ -1080,7 +1080,7 @@ export interface DeleteNamespaceResponse {
|
|
|
1080
1080
|
export declare class ResourceInUse extends __BaseException {
|
|
1081
1081
|
readonly name: "ResourceInUse";
|
|
1082
1082
|
readonly $fault: "client";
|
|
1083
|
-
Message?: string;
|
|
1083
|
+
Message?: string | undefined;
|
|
1084
1084
|
/**
|
|
1085
1085
|
* @internal
|
|
1086
1086
|
*/
|
|
@@ -1108,7 +1108,7 @@ export interface DeleteServiceResponse {
|
|
|
1108
1108
|
export declare class ServiceNotFound extends __BaseException {
|
|
1109
1109
|
readonly name: "ServiceNotFound";
|
|
1110
1110
|
readonly $fault: "client";
|
|
1111
|
-
Message?: string;
|
|
1111
|
+
Message?: string | undefined;
|
|
1112
1112
|
/**
|
|
1113
1113
|
* @internal
|
|
1114
1114
|
*/
|
|
@@ -1138,7 +1138,7 @@ export interface DeregisterInstanceResponse {
|
|
|
1138
1138
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
1139
1139
|
* @public
|
|
1140
1140
|
*/
|
|
1141
|
-
OperationId?: string;
|
|
1141
|
+
OperationId?: string | undefined;
|
|
1142
1142
|
}
|
|
1143
1143
|
/**
|
|
1144
1144
|
* <p>No instance exists with the specified ID, or the instance was recently registered, and information about
|
|
@@ -1148,7 +1148,7 @@ export interface DeregisterInstanceResponse {
|
|
|
1148
1148
|
export declare class InstanceNotFound extends __BaseException {
|
|
1149
1149
|
readonly name: "InstanceNotFound";
|
|
1150
1150
|
readonly $fault: "client";
|
|
1151
|
-
Message?: string;
|
|
1151
|
+
Message?: string | undefined;
|
|
1152
1152
|
/**
|
|
1153
1153
|
* @internal
|
|
1154
1154
|
*/
|
|
@@ -1191,13 +1191,13 @@ export interface DiscoverInstancesRequest {
|
|
|
1191
1191
|
* returns up to 100 instances.</p>
|
|
1192
1192
|
* @public
|
|
1193
1193
|
*/
|
|
1194
|
-
MaxResults?: number;
|
|
1194
|
+
MaxResults?: number | undefined;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* <p>Filters to scope the results based on custom attributes for the instance (for example, <code>\{version=v1,
|
|
1197
1197
|
* az=1a\}</code>). Only instances that match all the specified key-value pairs are returned.</p>
|
|
1198
1198
|
* @public
|
|
1199
1199
|
*/
|
|
1200
|
-
QueryParameters?: Record<string, string
|
|
1200
|
+
QueryParameters?: Record<string, string> | undefined;
|
|
1201
1201
|
/**
|
|
1202
1202
|
* <p>Opportunistic filters to scope the results based on custom attributes. If there are instances that match
|
|
1203
1203
|
* both the filters specified in both the <code>QueryParameters</code> parameter and this parameter, all of these
|
|
@@ -1205,7 +1205,7 @@ export interface DiscoverInstancesRequest {
|
|
|
1205
1205
|
* specified in the <code>QueryParameters</code> parameter are returned.</p>
|
|
1206
1206
|
* @public
|
|
1207
1207
|
*/
|
|
1208
|
-
OptionalParameters?: Record<string, string
|
|
1208
|
+
OptionalParameters?: Record<string, string> | undefined;
|
|
1209
1209
|
/**
|
|
1210
1210
|
* <p>The health status of the instances that you want to discover. This parameter is ignored for services that
|
|
1211
1211
|
* don't have a health check configured, and
|
|
@@ -1232,7 +1232,7 @@ export interface DiscoverInstancesRequest {
|
|
|
1232
1232
|
* </dl>
|
|
1233
1233
|
* @public
|
|
1234
1234
|
*/
|
|
1235
|
-
HealthStatus?: HealthStatusFilter;
|
|
1235
|
+
HealthStatus?: HealthStatusFilter | undefined;
|
|
1236
1236
|
}
|
|
1237
1237
|
/**
|
|
1238
1238
|
* @public
|
|
@@ -1257,7 +1257,7 @@ export interface HttpInstanceSummary {
|
|
|
1257
1257
|
* <p>The ID of an instance that matches the values that you specified in the request.</p>
|
|
1258
1258
|
* @public
|
|
1259
1259
|
*/
|
|
1260
|
-
InstanceId?: string;
|
|
1260
|
+
InstanceId?: string | undefined;
|
|
1261
1261
|
/**
|
|
1262
1262
|
* <p>
|
|
1263
1263
|
* <code></code>
|
|
@@ -1268,22 +1268,22 @@ export interface HttpInstanceSummary {
|
|
|
1268
1268
|
* the <code>Properties</code> member of the namespace.</p>
|
|
1269
1269
|
* @public
|
|
1270
1270
|
*/
|
|
1271
|
-
NamespaceName?: string;
|
|
1271
|
+
NamespaceName?: string | undefined;
|
|
1272
1272
|
/**
|
|
1273
1273
|
* <p>The name of the service that you specified when you registered the instance.</p>
|
|
1274
1274
|
* @public
|
|
1275
1275
|
*/
|
|
1276
|
-
ServiceName?: string;
|
|
1276
|
+
ServiceName?: string | undefined;
|
|
1277
1277
|
/**
|
|
1278
1278
|
* <p>If you configured health checking in the service, the current health status of the service instance.</p>
|
|
1279
1279
|
* @public
|
|
1280
1280
|
*/
|
|
1281
|
-
HealthStatus?: HealthStatus;
|
|
1281
|
+
HealthStatus?: HealthStatus | undefined;
|
|
1282
1282
|
/**
|
|
1283
1283
|
* <p>If you included any attributes when you registered the instance, the values of those attributes.</p>
|
|
1284
1284
|
* @public
|
|
1285
1285
|
*/
|
|
1286
|
-
Attributes?: Record<string, string
|
|
1286
|
+
Attributes?: Record<string, string> | undefined;
|
|
1287
1287
|
}
|
|
1288
1288
|
/**
|
|
1289
1289
|
* @public
|
|
@@ -1293,14 +1293,14 @@ export interface DiscoverInstancesResponse {
|
|
|
1293
1293
|
* <p>A complex type that contains one <code>HttpInstanceSummary</code> for each registered instance.</p>
|
|
1294
1294
|
* @public
|
|
1295
1295
|
*/
|
|
1296
|
-
Instances?: HttpInstanceSummary[];
|
|
1296
|
+
Instances?: HttpInstanceSummary[] | undefined;
|
|
1297
1297
|
/**
|
|
1298
1298
|
* <p>The increasing revision associated to the response Instances list. If a new instance is registered or
|
|
1299
1299
|
* deregistered, the <code>InstancesRevision</code> updates. The health status updates don't update
|
|
1300
1300
|
* <code>InstancesRevision</code>.</p>
|
|
1301
1301
|
* @public
|
|
1302
1302
|
*/
|
|
1303
|
-
InstancesRevision?: number;
|
|
1303
|
+
InstancesRevision?: number | undefined;
|
|
1304
1304
|
}
|
|
1305
1305
|
/**
|
|
1306
1306
|
* <p>The operation can't be completed because you've reached the quota for the number of requests. For more
|
|
@@ -1311,7 +1311,7 @@ export interface DiscoverInstancesResponse {
|
|
|
1311
1311
|
export declare class RequestLimitExceeded extends __BaseException {
|
|
1312
1312
|
readonly name: "RequestLimitExceeded";
|
|
1313
1313
|
readonly $fault: "client";
|
|
1314
|
-
Message?: string;
|
|
1314
|
+
Message?: string | undefined;
|
|
1315
1315
|
/**
|
|
1316
1316
|
* @internal
|
|
1317
1317
|
*/
|
|
@@ -1343,7 +1343,7 @@ export interface DiscoverInstancesRevisionResponse {
|
|
|
1343
1343
|
* <code>InstancesRevision</code>.</p>
|
|
1344
1344
|
* @public
|
|
1345
1345
|
*/
|
|
1346
|
-
InstancesRevision?: number;
|
|
1346
|
+
InstancesRevision?: number | undefined;
|
|
1347
1347
|
}
|
|
1348
1348
|
/**
|
|
1349
1349
|
* <p>A complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates
|
|
@@ -1368,12 +1368,12 @@ export interface DnsProperties {
|
|
|
1368
1368
|
* <p>The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.</p>
|
|
1369
1369
|
* @public
|
|
1370
1370
|
*/
|
|
1371
|
-
HostedZoneId?: string;
|
|
1371
|
+
HostedZoneId?: string | undefined;
|
|
1372
1372
|
/**
|
|
1373
1373
|
* <p>Start of Authority (SOA) record for the hosted zone.</p>
|
|
1374
1374
|
* @public
|
|
1375
1375
|
*/
|
|
1376
|
-
SOA?: SOA;
|
|
1376
|
+
SOA?: SOA | undefined;
|
|
1377
1377
|
}
|
|
1378
1378
|
/**
|
|
1379
1379
|
* @public
|
|
@@ -1446,7 +1446,7 @@ export interface Instance {
|
|
|
1446
1446
|
* unique string (for example, a date/time stamp).</p>
|
|
1447
1447
|
* @public
|
|
1448
1448
|
*/
|
|
1449
|
-
CreatorRequestId?: string;
|
|
1449
|
+
CreatorRequestId?: string | undefined;
|
|
1450
1450
|
/**
|
|
1451
1451
|
* <p>A string map that contains the following information for the service that you specify in
|
|
1452
1452
|
* <code>ServiceId</code>:</p>
|
|
@@ -1543,7 +1543,7 @@ export interface Instance {
|
|
|
1543
1543
|
* </dl>
|
|
1544
1544
|
* @public
|
|
1545
1545
|
*/
|
|
1546
|
-
Attributes?: Record<string, string
|
|
1546
|
+
Attributes?: Record<string, string> | undefined;
|
|
1547
1547
|
}
|
|
1548
1548
|
/**
|
|
1549
1549
|
* @public
|
|
@@ -1553,7 +1553,7 @@ export interface GetInstanceResponse {
|
|
|
1553
1553
|
* <p>A complex type that contains information about a specified instance.</p>
|
|
1554
1554
|
* @public
|
|
1555
1555
|
*/
|
|
1556
|
-
Instance?: Instance;
|
|
1556
|
+
Instance?: Instance | undefined;
|
|
1557
1557
|
}
|
|
1558
1558
|
/**
|
|
1559
1559
|
* @public
|
|
@@ -1573,14 +1573,14 @@ export interface GetInstancesHealthStatusRequest {
|
|
|
1573
1573
|
* </note>
|
|
1574
1574
|
* @public
|
|
1575
1575
|
*/
|
|
1576
|
-
Instances?: string[];
|
|
1576
|
+
Instances?: string[] | undefined;
|
|
1577
1577
|
/**
|
|
1578
1578
|
* <p>The maximum number of instances that you want Cloud Map to return in the response to a
|
|
1579
1579
|
* <code>GetInstancesHealthStatus</code> request. If you don't specify a value for <code>MaxResults</code>,
|
|
1580
1580
|
* Cloud Map returns up to 100 instances.</p>
|
|
1581
1581
|
* @public
|
|
1582
1582
|
*/
|
|
1583
|
-
MaxResults?: number;
|
|
1583
|
+
MaxResults?: number | undefined;
|
|
1584
1584
|
/**
|
|
1585
1585
|
* <p>For the first <code>GetInstancesHealthStatus</code> request, omit this value.</p>
|
|
1586
1586
|
* <p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another
|
|
@@ -1588,7 +1588,7 @@ export interface GetInstancesHealthStatusRequest {
|
|
|
1588
1588
|
* <code>NextToken</code> from the previous response in the next request.</p>
|
|
1589
1589
|
* @public
|
|
1590
1590
|
*/
|
|
1591
|
-
NextToken?: string;
|
|
1591
|
+
NextToken?: string | undefined;
|
|
1592
1592
|
}
|
|
1593
1593
|
/**
|
|
1594
1594
|
* @public
|
|
@@ -1599,14 +1599,14 @@ export interface GetInstancesHealthStatusResponse {
|
|
|
1599
1599
|
* <code>GetInstancesHealthStatus</code> request.</p>
|
|
1600
1600
|
* @public
|
|
1601
1601
|
*/
|
|
1602
|
-
Status?: Record<string, HealthStatus
|
|
1602
|
+
Status?: Record<string, HealthStatus> | undefined;
|
|
1603
1603
|
/**
|
|
1604
1604
|
* <p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another
|
|
1605
1605
|
* <code>GetInstancesHealthStatus</code> request to get the next group of results. Specify the value of
|
|
1606
1606
|
* <code>NextToken</code> from the previous response in the next request.</p>
|
|
1607
1607
|
* @public
|
|
1608
1608
|
*/
|
|
1609
|
-
NextToken?: string;
|
|
1609
|
+
NextToken?: string | undefined;
|
|
1610
1610
|
}
|
|
1611
1611
|
/**
|
|
1612
1612
|
* @public
|
|
@@ -1627,7 +1627,7 @@ export interface HttpProperties {
|
|
|
1627
1627
|
* <p>The name of an HTTP namespace.</p>
|
|
1628
1628
|
* @public
|
|
1629
1629
|
*/
|
|
1630
|
-
HttpName?: string;
|
|
1630
|
+
HttpName?: string | undefined;
|
|
1631
1631
|
}
|
|
1632
1632
|
/**
|
|
1633
1633
|
* <p>A complex type that contains information that's specific to the namespace type.</p>
|
|
@@ -1639,12 +1639,12 @@ export interface NamespaceProperties {
|
|
|
1639
1639
|
* namespace.</p>
|
|
1640
1640
|
* @public
|
|
1641
1641
|
*/
|
|
1642
|
-
DnsProperties?: DnsProperties;
|
|
1642
|
+
DnsProperties?: DnsProperties | undefined;
|
|
1643
1643
|
/**
|
|
1644
1644
|
* <p>A complex type that contains the name of an HTTP namespace.</p>
|
|
1645
1645
|
* @public
|
|
1646
1646
|
*/
|
|
1647
|
-
HttpProperties?: HttpProperties;
|
|
1647
|
+
HttpProperties?: HttpProperties | undefined;
|
|
1648
1648
|
}
|
|
1649
1649
|
/**
|
|
1650
1650
|
* @public
|
|
@@ -1668,17 +1668,17 @@ export interface Namespace {
|
|
|
1668
1668
|
* <p>The ID of a namespace.</p>
|
|
1669
1669
|
* @public
|
|
1670
1670
|
*/
|
|
1671
|
-
Id?: string;
|
|
1671
|
+
Id?: string | undefined;
|
|
1672
1672
|
/**
|
|
1673
1673
|
* <p>The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.</p>
|
|
1674
1674
|
* @public
|
|
1675
1675
|
*/
|
|
1676
|
-
Arn?: string;
|
|
1676
|
+
Arn?: string | undefined;
|
|
1677
1677
|
/**
|
|
1678
1678
|
* <p>The name of the namespace, such as <code>example.com</code>.</p>
|
|
1679
1679
|
* @public
|
|
1680
1680
|
*/
|
|
1681
|
-
Name?: string;
|
|
1681
|
+
Name?: string | undefined;
|
|
1682
1682
|
/**
|
|
1683
1683
|
* <p>The type of the namespace. The methods for discovering instances depends on the value that you
|
|
1684
1684
|
* specify:</p>
|
|
@@ -1701,35 +1701,35 @@ export interface Namespace {
|
|
|
1701
1701
|
* </dl>
|
|
1702
1702
|
* @public
|
|
1703
1703
|
*/
|
|
1704
|
-
Type?: NamespaceType;
|
|
1704
|
+
Type?: NamespaceType | undefined;
|
|
1705
1705
|
/**
|
|
1706
1706
|
* <p>The description that you specify for the namespace when you create it.</p>
|
|
1707
1707
|
* @public
|
|
1708
1708
|
*/
|
|
1709
|
-
Description?: string;
|
|
1709
|
+
Description?: string | undefined;
|
|
1710
1710
|
/**
|
|
1711
1711
|
* <p>The number of services that are associated with the namespace.</p>
|
|
1712
1712
|
* @public
|
|
1713
1713
|
*/
|
|
1714
|
-
ServiceCount?: number;
|
|
1714
|
+
ServiceCount?: number | undefined;
|
|
1715
1715
|
/**
|
|
1716
1716
|
* <p>A complex type that contains information that's specific to the type of the namespace.</p>
|
|
1717
1717
|
* @public
|
|
1718
1718
|
*/
|
|
1719
|
-
Properties?: NamespaceProperties;
|
|
1719
|
+
Properties?: NamespaceProperties | undefined;
|
|
1720
1720
|
/**
|
|
1721
1721
|
* <p>The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The
|
|
1722
1722
|
* value of <code>CreateDate</code> is accurate to milliseconds. For example, the value <code>1516925490.087</code>
|
|
1723
1723
|
* represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
1724
1724
|
* @public
|
|
1725
1725
|
*/
|
|
1726
|
-
CreateDate?: Date;
|
|
1726
|
+
CreateDate?: Date | undefined;
|
|
1727
1727
|
/**
|
|
1728
1728
|
* <p>A unique string that identifies the request and that allows failed requests to be retried without the risk
|
|
1729
1729
|
* of running an operation twice. </p>
|
|
1730
1730
|
* @public
|
|
1731
1731
|
*/
|
|
1732
|
-
CreatorRequestId?: string;
|
|
1732
|
+
CreatorRequestId?: string | undefined;
|
|
1733
1733
|
}
|
|
1734
1734
|
/**
|
|
1735
1735
|
* @public
|
|
@@ -1739,7 +1739,7 @@ export interface GetNamespaceResponse {
|
|
|
1739
1739
|
* <p>A complex type that contains information about the specified namespace.</p>
|
|
1740
1740
|
* @public
|
|
1741
1741
|
*/
|
|
1742
|
-
Namespace?: Namespace;
|
|
1742
|
+
Namespace?: Namespace | undefined;
|
|
1743
1743
|
}
|
|
1744
1744
|
/**
|
|
1745
1745
|
* @public
|
|
@@ -1803,12 +1803,12 @@ export interface Operation {
|
|
|
1803
1803
|
* <p>The ID of the operation that you want to get information about.</p>
|
|
1804
1804
|
* @public
|
|
1805
1805
|
*/
|
|
1806
|
-
Id?: string;
|
|
1806
|
+
Id?: string | undefined;
|
|
1807
1807
|
/**
|
|
1808
1808
|
* <p>The name of the operation that's associated with the specified ID.</p>
|
|
1809
1809
|
* @public
|
|
1810
1810
|
*/
|
|
1811
|
-
Type?: OperationType;
|
|
1811
|
+
Type?: OperationType | undefined;
|
|
1812
1812
|
/**
|
|
1813
1813
|
* <p>The status of the operation. Values include the following:</p>
|
|
1814
1814
|
* <dl>
|
|
@@ -1831,12 +1831,12 @@ export interface Operation {
|
|
|
1831
1831
|
* </dl>
|
|
1832
1832
|
* @public
|
|
1833
1833
|
*/
|
|
1834
|
-
Status?: OperationStatus;
|
|
1834
|
+
Status?: OperationStatus | undefined;
|
|
1835
1835
|
/**
|
|
1836
1836
|
* <p>If the value of <code>Status</code> is <code>FAIL</code>, the reason that the operation failed.</p>
|
|
1837
1837
|
* @public
|
|
1838
1838
|
*/
|
|
1839
|
-
ErrorMessage?: string;
|
|
1839
|
+
ErrorMessage?: string | undefined;
|
|
1840
1840
|
/**
|
|
1841
1841
|
* <p>The code associated with <code>ErrorMessage</code>. Values for <code>ErrorCode</code> include the
|
|
1842
1842
|
* following:</p>
|
|
@@ -1879,21 +1879,21 @@ export interface Operation {
|
|
|
1879
1879
|
* </ul>
|
|
1880
1880
|
* @public
|
|
1881
1881
|
*/
|
|
1882
|
-
ErrorCode?: string;
|
|
1882
|
+
ErrorCode?: string | undefined;
|
|
1883
1883
|
/**
|
|
1884
1884
|
* <p>The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time
|
|
1885
1885
|
* (UTC). The value of <code>CreateDate</code> is accurate to milliseconds. For example, the value
|
|
1886
1886
|
* <code>1516925490.087</code> represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
1887
1887
|
* @public
|
|
1888
1888
|
*/
|
|
1889
|
-
CreateDate?: Date;
|
|
1889
|
+
CreateDate?: Date | undefined;
|
|
1890
1890
|
/**
|
|
1891
1891
|
* <p>The date and time that the value of <code>Status</code> changed to the current value, in Unix date/time
|
|
1892
1892
|
* format and Coordinated Universal Time (UTC). The value of <code>UpdateDate</code> is accurate to milliseconds.
|
|
1893
1893
|
* For example, the value <code>1516925490.087</code> represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
1894
1894
|
* @public
|
|
1895
1895
|
*/
|
|
1896
|
-
UpdateDate?: Date;
|
|
1896
|
+
UpdateDate?: Date | undefined;
|
|
1897
1897
|
/**
|
|
1898
1898
|
* <p>The name of the target entity that's associated with the operation:</p>
|
|
1899
1899
|
* <dl>
|
|
@@ -1912,7 +1912,7 @@ export interface Operation {
|
|
|
1912
1912
|
* </dl>
|
|
1913
1913
|
* @public
|
|
1914
1914
|
*/
|
|
1915
|
-
Targets?: Partial<Record<OperationTargetType, string
|
|
1915
|
+
Targets?: Partial<Record<OperationTargetType, string>> | undefined;
|
|
1916
1916
|
}
|
|
1917
1917
|
/**
|
|
1918
1918
|
* @public
|
|
@@ -1922,7 +1922,7 @@ export interface GetOperationResponse {
|
|
|
1922
1922
|
* <p>A complex type that contains information about the operation.</p>
|
|
1923
1923
|
* @public
|
|
1924
1924
|
*/
|
|
1925
|
-
Operation?: Operation;
|
|
1925
|
+
Operation?: Operation | undefined;
|
|
1926
1926
|
}
|
|
1927
1927
|
/**
|
|
1928
1928
|
* <p>No operation exists with the specified ID.</p>
|
|
@@ -1931,7 +1931,7 @@ export interface GetOperationResponse {
|
|
|
1931
1931
|
export declare class OperationNotFound extends __BaseException {
|
|
1932
1932
|
readonly name: "OperationNotFound";
|
|
1933
1933
|
readonly $fault: "client";
|
|
1934
|
-
Message?: string;
|
|
1934
|
+
Message?: string | undefined;
|
|
1935
1935
|
/**
|
|
1936
1936
|
* @internal
|
|
1937
1937
|
*/
|
|
@@ -1955,7 +1955,7 @@ export interface GetServiceResponse {
|
|
|
1955
1955
|
* <p>A complex type that contains information about the service.</p>
|
|
1956
1956
|
* @public
|
|
1957
1957
|
*/
|
|
1958
|
-
Service?: Service;
|
|
1958
|
+
Service?: Service | undefined;
|
|
1959
1959
|
}
|
|
1960
1960
|
/**
|
|
1961
1961
|
* <p>Updated properties for the HTTP
|
|
@@ -1980,7 +1980,7 @@ export interface InstanceSummary {
|
|
|
1980
1980
|
* <p>The ID for an instance that you created by using a specified service.</p>
|
|
1981
1981
|
* @public
|
|
1982
1982
|
*/
|
|
1983
|
-
Id?: string;
|
|
1983
|
+
Id?: string | undefined;
|
|
1984
1984
|
/**
|
|
1985
1985
|
* <p>A string map that contains the following information:</p>
|
|
1986
1986
|
* <ul>
|
|
@@ -2034,7 +2034,7 @@ export interface InstanceSummary {
|
|
|
2034
2034
|
* </dl>
|
|
2035
2035
|
* @public
|
|
2036
2036
|
*/
|
|
2037
|
-
Attributes?: Record<string, string
|
|
2037
|
+
Attributes?: Record<string, string> | undefined;
|
|
2038
2038
|
}
|
|
2039
2039
|
/**
|
|
2040
2040
|
* @public
|
|
@@ -2052,14 +2052,14 @@ export interface ListInstancesRequest {
|
|
|
2052
2052
|
* <code>NextToken</code> from the previous response in the next request.</p>
|
|
2053
2053
|
* @public
|
|
2054
2054
|
*/
|
|
2055
|
-
NextToken?: string;
|
|
2055
|
+
NextToken?: string | undefined;
|
|
2056
2056
|
/**
|
|
2057
2057
|
* <p>The maximum number of instances that you want Cloud Map to return in the response to a
|
|
2058
2058
|
* <code>ListInstances</code> request. If you don't specify a value for <code>MaxResults</code>, Cloud Map
|
|
2059
2059
|
* returns up to 100 instances.</p>
|
|
2060
2060
|
* @public
|
|
2061
2061
|
*/
|
|
2062
|
-
MaxResults?: number;
|
|
2062
|
+
MaxResults?: number | undefined;
|
|
2063
2063
|
}
|
|
2064
2064
|
/**
|
|
2065
2065
|
* @public
|
|
@@ -2069,14 +2069,14 @@ export interface ListInstancesResponse {
|
|
|
2069
2069
|
* <p>Summary information about the instances that are associated with the specified service.</p>
|
|
2070
2070
|
* @public
|
|
2071
2071
|
*/
|
|
2072
|
-
Instances?: InstanceSummary[];
|
|
2072
|
+
Instances?: InstanceSummary[] | undefined;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* <p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another
|
|
2075
2075
|
* <code>ListInstances</code> request to get the next group of results. Specify the value of
|
|
2076
2076
|
* <code>NextToken</code> from the previous response in the next request.</p>
|
|
2077
2077
|
* @public
|
|
2078
2078
|
*/
|
|
2079
|
-
NextToken?: string;
|
|
2079
|
+
NextToken?: string | undefined;
|
|
2080
2080
|
}
|
|
2081
2081
|
/**
|
|
2082
2082
|
* @public
|
|
@@ -2157,7 +2157,7 @@ export interface NamespaceFilter {
|
|
|
2157
2157
|
* </ul>
|
|
2158
2158
|
* @public
|
|
2159
2159
|
*/
|
|
2160
|
-
Condition?: FilterCondition;
|
|
2160
|
+
Condition?: FilterCondition | undefined;
|
|
2161
2161
|
}
|
|
2162
2162
|
/**
|
|
2163
2163
|
* @public
|
|
@@ -2176,21 +2176,21 @@ export interface ListNamespacesRequest {
|
|
|
2176
2176
|
* </note>
|
|
2177
2177
|
* @public
|
|
2178
2178
|
*/
|
|
2179
|
-
NextToken?: string;
|
|
2179
|
+
NextToken?: string | undefined;
|
|
2180
2180
|
/**
|
|
2181
2181
|
* <p>The maximum number of namespaces that you want Cloud Map to return in the response to a
|
|
2182
2182
|
* <code>ListNamespaces</code> request. If you don't specify a value for <code>MaxResults</code>, Cloud Map
|
|
2183
2183
|
* returns up to 100 namespaces.</p>
|
|
2184
2184
|
* @public
|
|
2185
2185
|
*/
|
|
2186
|
-
MaxResults?: number;
|
|
2186
|
+
MaxResults?: number | undefined;
|
|
2187
2187
|
/**
|
|
2188
2188
|
* <p>A complex type that contains specifications for the namespaces that you want to list.</p>
|
|
2189
2189
|
* <p>If you specify more than one filter, a namespace must match all filters to be returned by
|
|
2190
2190
|
* <code>ListNamespaces</code>.</p>
|
|
2191
2191
|
* @public
|
|
2192
2192
|
*/
|
|
2193
|
-
Filters?: NamespaceFilter[];
|
|
2193
|
+
Filters?: NamespaceFilter[] | undefined;
|
|
2194
2194
|
}
|
|
2195
2195
|
/**
|
|
2196
2196
|
* <p>A complex type that contains information about a namespace.</p>
|
|
@@ -2201,43 +2201,43 @@ export interface NamespaceSummary {
|
|
|
2201
2201
|
* <p>The ID of the namespace.</p>
|
|
2202
2202
|
* @public
|
|
2203
2203
|
*/
|
|
2204
|
-
Id?: string;
|
|
2204
|
+
Id?: string | undefined;
|
|
2205
2205
|
/**
|
|
2206
2206
|
* <p>The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.</p>
|
|
2207
2207
|
* @public
|
|
2208
2208
|
*/
|
|
2209
|
-
Arn?: string;
|
|
2209
|
+
Arn?: string | undefined;
|
|
2210
2210
|
/**
|
|
2211
2211
|
* <p>The name of the namespace. When you create a namespace, Cloud Map automatically creates a Route 53 hosted
|
|
2212
2212
|
* zone that has the same name as the namespace.</p>
|
|
2213
2213
|
* @public
|
|
2214
2214
|
*/
|
|
2215
|
-
Name?: string;
|
|
2215
|
+
Name?: string | undefined;
|
|
2216
2216
|
/**
|
|
2217
2217
|
* <p>The type of the namespace, either public or private.</p>
|
|
2218
2218
|
* @public
|
|
2219
2219
|
*/
|
|
2220
|
-
Type?: NamespaceType;
|
|
2220
|
+
Type?: NamespaceType | undefined;
|
|
2221
2221
|
/**
|
|
2222
2222
|
* <p>A description for the namespace.</p>
|
|
2223
2223
|
* @public
|
|
2224
2224
|
*/
|
|
2225
|
-
Description?: string;
|
|
2225
|
+
Description?: string | undefined;
|
|
2226
2226
|
/**
|
|
2227
2227
|
* <p>The number of services that were created using the namespace.</p>
|
|
2228
2228
|
* @public
|
|
2229
2229
|
*/
|
|
2230
|
-
ServiceCount?: number;
|
|
2230
|
+
ServiceCount?: number | undefined;
|
|
2231
2231
|
/**
|
|
2232
2232
|
* <p>The properties of the namespace.</p>
|
|
2233
2233
|
* @public
|
|
2234
2234
|
*/
|
|
2235
|
-
Properties?: NamespaceProperties;
|
|
2235
|
+
Properties?: NamespaceProperties | undefined;
|
|
2236
2236
|
/**
|
|
2237
2237
|
* <p>The date and time that the namespace was created.</p>
|
|
2238
2238
|
* @public
|
|
2239
2239
|
*/
|
|
2240
|
-
CreateDate?: Date;
|
|
2240
|
+
CreateDate?: Date | undefined;
|
|
2241
2241
|
}
|
|
2242
2242
|
/**
|
|
2243
2243
|
* @public
|
|
@@ -2248,7 +2248,7 @@ export interface ListNamespacesResponse {
|
|
|
2248
2248
|
* specified filter criteria.</p>
|
|
2249
2249
|
* @public
|
|
2250
2250
|
*/
|
|
2251
|
-
Namespaces?: NamespaceSummary[];
|
|
2251
|
+
Namespaces?: NamespaceSummary[] | undefined;
|
|
2252
2252
|
/**
|
|
2253
2253
|
* <p>If the response contains <code>NextToken</code>, submit another <code>ListNamespaces</code> request to get
|
|
2254
2254
|
* the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next
|
|
@@ -2261,7 +2261,7 @@ export interface ListNamespacesResponse {
|
|
|
2261
2261
|
* </note>
|
|
2262
2262
|
* @public
|
|
2263
2263
|
*/
|
|
2264
|
-
NextToken?: string;
|
|
2264
|
+
NextToken?: string | undefined;
|
|
2265
2265
|
}
|
|
2266
2266
|
/**
|
|
2267
2267
|
* @public
|
|
@@ -2368,7 +2368,7 @@ export interface OperationFilter {
|
|
|
2368
2368
|
* </ul>
|
|
2369
2369
|
* @public
|
|
2370
2370
|
*/
|
|
2371
|
-
Condition?: FilterCondition;
|
|
2371
|
+
Condition?: FilterCondition | undefined;
|
|
2372
2372
|
}
|
|
2373
2373
|
/**
|
|
2374
2374
|
* @public
|
|
@@ -2387,14 +2387,14 @@ export interface ListOperationsRequest {
|
|
|
2387
2387
|
* </note>
|
|
2388
2388
|
* @public
|
|
2389
2389
|
*/
|
|
2390
|
-
NextToken?: string;
|
|
2390
|
+
NextToken?: string | undefined;
|
|
2391
2391
|
/**
|
|
2392
2392
|
* <p>The maximum number of items that you want Cloud Map to return in the response to a
|
|
2393
2393
|
* <code>ListOperations</code> request. If you don't specify a value for <code>MaxResults</code>, Cloud Map
|
|
2394
2394
|
* returns up to 100 operations.</p>
|
|
2395
2395
|
* @public
|
|
2396
2396
|
*/
|
|
2397
|
-
MaxResults?: number;
|
|
2397
|
+
MaxResults?: number | undefined;
|
|
2398
2398
|
/**
|
|
2399
2399
|
* <p>A complex type that contains specifications for the operations that you want to list, for example,
|
|
2400
2400
|
* operations that you started between a specified start date and end date.</p>
|
|
@@ -2402,7 +2402,7 @@ export interface ListOperationsRequest {
|
|
|
2402
2402
|
* <code>ListOperations</code>.</p>
|
|
2403
2403
|
* @public
|
|
2404
2404
|
*/
|
|
2405
|
-
Filters?: OperationFilter[];
|
|
2405
|
+
Filters?: OperationFilter[] | undefined;
|
|
2406
2406
|
}
|
|
2407
2407
|
/**
|
|
2408
2408
|
* <p>A complex type that contains information about an operation that matches the criteria that you specified in
|
|
@@ -2415,7 +2415,7 @@ export interface OperationSummary {
|
|
|
2415
2415
|
* <p>The ID for an operation.</p>
|
|
2416
2416
|
* @public
|
|
2417
2417
|
*/
|
|
2418
|
-
Id?: string;
|
|
2418
|
+
Id?: string | undefined;
|
|
2419
2419
|
/**
|
|
2420
2420
|
* <p>The status of the operation. Values include the following:</p>
|
|
2421
2421
|
* <ul>
|
|
@@ -2440,7 +2440,7 @@ export interface OperationSummary {
|
|
|
2440
2440
|
* </ul>
|
|
2441
2441
|
* @public
|
|
2442
2442
|
*/
|
|
2443
|
-
Status?: OperationStatus;
|
|
2443
|
+
Status?: OperationStatus | undefined;
|
|
2444
2444
|
}
|
|
2445
2445
|
/**
|
|
2446
2446
|
* @public
|
|
@@ -2450,7 +2450,7 @@ export interface ListOperationsResponse {
|
|
|
2450
2450
|
* <p>Summary information about the operations that match the specified criteria.</p>
|
|
2451
2451
|
* @public
|
|
2452
2452
|
*/
|
|
2453
|
-
Operations?: OperationSummary[];
|
|
2453
|
+
Operations?: OperationSummary[] | undefined;
|
|
2454
2454
|
/**
|
|
2455
2455
|
* <p>If the response contains <code>NextToken</code>, submit another <code>ListOperations</code> request to get
|
|
2456
2456
|
* the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next
|
|
@@ -2463,7 +2463,7 @@ export interface ListOperationsResponse {
|
|
|
2463
2463
|
* </note>
|
|
2464
2464
|
* @public
|
|
2465
2465
|
*/
|
|
2466
|
-
NextToken?: string;
|
|
2466
|
+
NextToken?: string | undefined;
|
|
2467
2467
|
}
|
|
2468
2468
|
/**
|
|
2469
2469
|
* @public
|
|
@@ -2504,7 +2504,7 @@ export interface ServiceFilter {
|
|
|
2504
2504
|
* </ul>
|
|
2505
2505
|
* @public
|
|
2506
2506
|
*/
|
|
2507
|
-
Condition?: FilterCondition;
|
|
2507
|
+
Condition?: FilterCondition | undefined;
|
|
2508
2508
|
}
|
|
2509
2509
|
/**
|
|
2510
2510
|
* @public
|
|
@@ -2522,21 +2522,21 @@ export interface ListServicesRequest {
|
|
|
2522
2522
|
* </note>
|
|
2523
2523
|
* @public
|
|
2524
2524
|
*/
|
|
2525
|
-
NextToken?: string;
|
|
2525
|
+
NextToken?: string | undefined;
|
|
2526
2526
|
/**
|
|
2527
2527
|
* <p>The maximum number of services that you want Cloud Map to return in the response to a
|
|
2528
2528
|
* <code>ListServices</code> request. If you don't specify a value for <code>MaxResults</code>, Cloud Map returns
|
|
2529
2529
|
* up to 100 services.</p>
|
|
2530
2530
|
* @public
|
|
2531
2531
|
*/
|
|
2532
|
-
MaxResults?: number;
|
|
2532
|
+
MaxResults?: number | undefined;
|
|
2533
2533
|
/**
|
|
2534
2534
|
* <p>A complex type that contains specifications for the namespaces that you want to list services for. </p>
|
|
2535
2535
|
* <p>If you specify more than one filter, an operation must match all filters to be returned by
|
|
2536
2536
|
* <code>ListServices</code>.</p>
|
|
2537
2537
|
* @public
|
|
2538
2538
|
*/
|
|
2539
|
-
Filters?: ServiceFilter[];
|
|
2539
|
+
Filters?: ServiceFilter[] | undefined;
|
|
2540
2540
|
}
|
|
2541
2541
|
/**
|
|
2542
2542
|
* <p>A complex type that contains information about a specified service.</p>
|
|
@@ -2547,17 +2547,17 @@ export interface ServiceSummary {
|
|
|
2547
2547
|
* <p>The ID that Cloud Map assigned to the service when you created it.</p>
|
|
2548
2548
|
* @public
|
|
2549
2549
|
*/
|
|
2550
|
-
Id?: string;
|
|
2550
|
+
Id?: string | undefined;
|
|
2551
2551
|
/**
|
|
2552
2552
|
* <p>The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.</p>
|
|
2553
2553
|
* @public
|
|
2554
2554
|
*/
|
|
2555
|
-
Arn?: string;
|
|
2555
|
+
Arn?: string | undefined;
|
|
2556
2556
|
/**
|
|
2557
2557
|
* <p>The name of the service.</p>
|
|
2558
2558
|
* @public
|
|
2559
2559
|
*/
|
|
2560
|
-
Name?: string;
|
|
2560
|
+
Name?: string | undefined;
|
|
2561
2561
|
/**
|
|
2562
2562
|
* <p>Describes the systems that can be used to discover the service instances.</p>
|
|
2563
2563
|
* <dl>
|
|
@@ -2578,25 +2578,25 @@ export interface ServiceSummary {
|
|
|
2578
2578
|
* </dl>
|
|
2579
2579
|
* @public
|
|
2580
2580
|
*/
|
|
2581
|
-
Type?: ServiceType;
|
|
2581
|
+
Type?: ServiceType | undefined;
|
|
2582
2582
|
/**
|
|
2583
2583
|
* <p>The description that you specify when you create the service.</p>
|
|
2584
2584
|
* @public
|
|
2585
2585
|
*/
|
|
2586
|
-
Description?: string;
|
|
2586
|
+
Description?: string | undefined;
|
|
2587
2587
|
/**
|
|
2588
2588
|
* <p>The number of instances that are currently associated with the service. Instances that were previously
|
|
2589
2589
|
* associated with the service but that are deleted aren't included in the count. The count might not reflect
|
|
2590
2590
|
* pending registrations and deregistrations.</p>
|
|
2591
2591
|
* @public
|
|
2592
2592
|
*/
|
|
2593
|
-
InstanceCount?: number;
|
|
2593
|
+
InstanceCount?: number | undefined;
|
|
2594
2594
|
/**
|
|
2595
2595
|
* <p>Information about the Route 53 DNS records that you want Cloud Map to create when you register an
|
|
2596
2596
|
* instance.</p>
|
|
2597
2597
|
* @public
|
|
2598
2598
|
*/
|
|
2599
|
-
DnsConfig?: DnsConfig;
|
|
2599
|
+
DnsConfig?: DnsConfig | undefined;
|
|
2600
2600
|
/**
|
|
2601
2601
|
* <p>
|
|
2602
2602
|
* <i>Public DNS and HTTP namespaces only.</i> Settings for an optional health check. If you
|
|
@@ -2604,7 +2604,7 @@ export interface ServiceSummary {
|
|
|
2604
2604
|
* <code>DnsConfig</code>.</p>
|
|
2605
2605
|
* @public
|
|
2606
2606
|
*/
|
|
2607
|
-
HealthCheckConfig?: HealthCheckConfig;
|
|
2607
|
+
HealthCheckConfig?: HealthCheckConfig | undefined;
|
|
2608
2608
|
/**
|
|
2609
2609
|
* <p>Information about an optional custom health check. A custom health check, which requires that you use a
|
|
2610
2610
|
* third-party health checker to evaluate the health of your resources, is useful in the following
|
|
@@ -2625,12 +2625,12 @@ export interface ServiceSummary {
|
|
|
2625
2625
|
* </important>
|
|
2626
2626
|
* @public
|
|
2627
2627
|
*/
|
|
2628
|
-
HealthCheckCustomConfig?: HealthCheckCustomConfig;
|
|
2628
|
+
HealthCheckCustomConfig?: HealthCheckCustomConfig | undefined;
|
|
2629
2629
|
/**
|
|
2630
2630
|
* <p>The date and time that the service was created.</p>
|
|
2631
2631
|
* @public
|
|
2632
2632
|
*/
|
|
2633
|
-
CreateDate?: Date;
|
|
2633
|
+
CreateDate?: Date | undefined;
|
|
2634
2634
|
}
|
|
2635
2635
|
/**
|
|
2636
2636
|
* @public
|
|
@@ -2641,7 +2641,7 @@ export interface ListServicesResponse {
|
|
|
2641
2641
|
* filter criteria.</p>
|
|
2642
2642
|
* @public
|
|
2643
2643
|
*/
|
|
2644
|
-
Services?: ServiceSummary[];
|
|
2644
|
+
Services?: ServiceSummary[] | undefined;
|
|
2645
2645
|
/**
|
|
2646
2646
|
* <p>If the response contains <code>NextToken</code>, submit another <code>ListServices</code> request to get
|
|
2647
2647
|
* the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next
|
|
@@ -2653,7 +2653,7 @@ export interface ListServicesResponse {
|
|
|
2653
2653
|
* </note>
|
|
2654
2654
|
* @public
|
|
2655
2655
|
*/
|
|
2656
|
-
NextToken?: string;
|
|
2656
|
+
NextToken?: string | undefined;
|
|
2657
2657
|
}
|
|
2658
2658
|
/**
|
|
2659
2659
|
* @public
|
|
@@ -2673,7 +2673,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2673
2673
|
* <p>The tags that are assigned to the resource.</p>
|
|
2674
2674
|
* @public
|
|
2675
2675
|
*/
|
|
2676
|
-
Tags?: Tag[];
|
|
2676
|
+
Tags?: Tag[] | undefined;
|
|
2677
2677
|
}
|
|
2678
2678
|
/**
|
|
2679
2679
|
* <p>The operation can't be completed because the resource was not found.</p>
|
|
@@ -2682,7 +2682,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2682
2682
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
2683
2683
|
readonly name: "ResourceNotFoundException";
|
|
2684
2684
|
readonly $fault: "client";
|
|
2685
|
-
Message?: string;
|
|
2685
|
+
Message?: string | undefined;
|
|
2686
2686
|
/**
|
|
2687
2687
|
* @internal
|
|
2688
2688
|
*/
|
|
@@ -2738,13 +2738,13 @@ export interface PrivateDnsNamespaceChange {
|
|
|
2738
2738
|
* private DNS namespace.</p>
|
|
2739
2739
|
* @public
|
|
2740
2740
|
*/
|
|
2741
|
-
Description?: string;
|
|
2741
|
+
Description?: string | undefined;
|
|
2742
2742
|
/**
|
|
2743
2743
|
* <p>Properties to be updated in the
|
|
2744
2744
|
* private DNS namespace.</p>
|
|
2745
2745
|
* @public
|
|
2746
2746
|
*/
|
|
2747
|
-
Properties?: PrivateDnsNamespacePropertiesChange;
|
|
2747
|
+
Properties?: PrivateDnsNamespacePropertiesChange | undefined;
|
|
2748
2748
|
}
|
|
2749
2749
|
/**
|
|
2750
2750
|
* <p>Updated DNS properties for the
|
|
@@ -2783,13 +2783,13 @@ export interface PublicDnsNamespaceChange {
|
|
|
2783
2783
|
* public DNS namespace.</p>
|
|
2784
2784
|
* @public
|
|
2785
2785
|
*/
|
|
2786
|
-
Description?: string;
|
|
2786
|
+
Description?: string | undefined;
|
|
2787
2787
|
/**
|
|
2788
2788
|
* <p>Properties to be updated in the
|
|
2789
2789
|
* public DNS namespace.</p>
|
|
2790
2790
|
* @public
|
|
2791
2791
|
*/
|
|
2792
|
-
Properties?: PublicDnsNamespacePropertiesChange;
|
|
2792
|
+
Properties?: PublicDnsNamespacePropertiesChange | undefined;
|
|
2793
2793
|
}
|
|
2794
2794
|
/**
|
|
2795
2795
|
* @public
|
|
@@ -2841,7 +2841,7 @@ export interface RegisterInstanceRequest {
|
|
|
2841
2841
|
* unique string (for example, a date/time stamp).</p>
|
|
2842
2842
|
* @public
|
|
2843
2843
|
*/
|
|
2844
|
-
CreatorRequestId?: string;
|
|
2844
|
+
CreatorRequestId?: string | undefined;
|
|
2845
2845
|
/**
|
|
2846
2846
|
* <p>A string map that contains the following information for the service that you specify in
|
|
2847
2847
|
* <code>ServiceId</code>:</p>
|
|
@@ -2962,7 +2962,7 @@ export interface RegisterInstanceResponse {
|
|
|
2962
2962
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
2963
2963
|
* @public
|
|
2964
2964
|
*/
|
|
2965
|
-
OperationId?: string;
|
|
2965
|
+
OperationId?: string | undefined;
|
|
2966
2966
|
}
|
|
2967
2967
|
/**
|
|
2968
2968
|
* @public
|
|
@@ -3022,7 +3022,7 @@ export interface UpdateHttpNamespaceRequest {
|
|
|
3022
3022
|
* date/timestamp).</p>
|
|
3023
3023
|
* @public
|
|
3024
3024
|
*/
|
|
3025
|
-
UpdaterRequestId?: string;
|
|
3025
|
+
UpdaterRequestId?: string | undefined;
|
|
3026
3026
|
/**
|
|
3027
3027
|
* <p>Updated properties for the the HTTP
|
|
3028
3028
|
* namespace.</p>
|
|
@@ -3039,7 +3039,7 @@ export interface UpdateHttpNamespaceResponse {
|
|
|
3039
3039
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
3040
3040
|
* @public
|
|
3041
3041
|
*/
|
|
3042
|
-
OperationId?: string;
|
|
3042
|
+
OperationId?: string | undefined;
|
|
3043
3043
|
}
|
|
3044
3044
|
/**
|
|
3045
3045
|
* @public
|
|
@@ -3079,7 +3079,7 @@ export interface UpdatePrivateDnsNamespaceRequest {
|
|
|
3079
3079
|
* date/timestamp).</p>
|
|
3080
3080
|
* @public
|
|
3081
3081
|
*/
|
|
3082
|
-
UpdaterRequestId?: string;
|
|
3082
|
+
UpdaterRequestId?: string | undefined;
|
|
3083
3083
|
/**
|
|
3084
3084
|
* <p>Updated properties for the private
|
|
3085
3085
|
* DNS namespace.</p>
|
|
@@ -3096,7 +3096,7 @@ export interface UpdatePrivateDnsNamespaceResponse {
|
|
|
3096
3096
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
3097
3097
|
* @public
|
|
3098
3098
|
*/
|
|
3099
|
-
OperationId?: string;
|
|
3099
|
+
OperationId?: string | undefined;
|
|
3100
3100
|
}
|
|
3101
3101
|
/**
|
|
3102
3102
|
* @public
|
|
@@ -3115,7 +3115,7 @@ export interface UpdatePublicDnsNamespaceRequest {
|
|
|
3115
3115
|
* date/timestamp).</p>
|
|
3116
3116
|
* @public
|
|
3117
3117
|
*/
|
|
3118
|
-
UpdaterRequestId?: string;
|
|
3118
|
+
UpdaterRequestId?: string | undefined;
|
|
3119
3119
|
/**
|
|
3120
3120
|
* <p>Updated properties for the public
|
|
3121
3121
|
* DNS namespace.</p>
|
|
@@ -3132,7 +3132,7 @@ export interface UpdatePublicDnsNamespaceResponse {
|
|
|
3132
3132
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
3133
3133
|
* @public
|
|
3134
3134
|
*/
|
|
3135
|
-
OperationId?: string;
|
|
3135
|
+
OperationId?: string | undefined;
|
|
3136
3136
|
}
|
|
3137
3137
|
/**
|
|
3138
3138
|
* <p>A complex type that contains changes to an existing service.</p>
|
|
@@ -3143,13 +3143,13 @@ export interface ServiceChange {
|
|
|
3143
3143
|
* <p>A description for the service.</p>
|
|
3144
3144
|
* @public
|
|
3145
3145
|
*/
|
|
3146
|
-
Description?: string;
|
|
3146
|
+
Description?: string | undefined;
|
|
3147
3147
|
/**
|
|
3148
3148
|
* <p>Information about the Route 53 DNS records that you want Cloud Map to create when you register an
|
|
3149
3149
|
* instance.</p>
|
|
3150
3150
|
* @public
|
|
3151
3151
|
*/
|
|
3152
|
-
DnsConfig?: DnsConfigChange;
|
|
3152
|
+
DnsConfig?: DnsConfigChange | undefined;
|
|
3153
3153
|
/**
|
|
3154
3154
|
* <p>
|
|
3155
3155
|
* <i>Public DNS and HTTP namespaces only.</i> Settings for an optional health check. If you
|
|
@@ -3157,7 +3157,7 @@ export interface ServiceChange {
|
|
|
3157
3157
|
* <code>DnsConfig</code>.</p>
|
|
3158
3158
|
* @public
|
|
3159
3159
|
*/
|
|
3160
|
-
HealthCheckConfig?: HealthCheckConfig;
|
|
3160
|
+
HealthCheckConfig?: HealthCheckConfig | undefined;
|
|
3161
3161
|
}
|
|
3162
3162
|
/**
|
|
3163
3163
|
* @public
|
|
@@ -3183,5 +3183,5 @@ export interface UpdateServiceResponse {
|
|
|
3183
3183
|
* To get the status of the operation, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html">GetOperation</a>.</p>
|
|
3184
3184
|
* @public
|
|
3185
3185
|
*/
|
|
3186
|
-
OperationId?: string;
|
|
3186
|
+
OperationId?: string | undefined;
|
|
3187
3187
|
}
|