@aws-sdk/client-servicediscovery 3.650.0 → 3.654.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/commands/CreateHttpNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DiscoverInstancesCommand.d.ts +11 -0
- package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +11 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +11 -0
- package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/GetOperationCommand.d.ts +11 -0
- package/dist-types/commands/GetServiceCommand.d.ts +11 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +11 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +11 -0
- package/dist-types/commands/ListServicesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterInstanceCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -103,4 +103,15 @@ declare const CreateHttpNamespaceCommand_base: {
|
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: CreateHttpNamespaceRequest;
|
|
110
|
+
output: CreateHttpNamespaceResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: CreateHttpNamespaceCommandInput;
|
|
114
|
+
output: CreateHttpNamespaceCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -114,4 +114,15 @@ declare const CreatePrivateDnsNamespaceCommand_base: {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: CreatePrivateDnsNamespaceRequest;
|
|
121
|
+
output: CreatePrivateDnsNamespaceResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: CreatePrivateDnsNamespaceCommandInput;
|
|
125
|
+
output: CreatePrivateDnsNamespaceCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -117,4 +117,15 @@ declare const CreatePublicDnsNamespaceCommand_base: {
|
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: CreatePublicDnsNamespaceRequest;
|
|
124
|
+
output: CreatePublicDnsNamespaceResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: CreatePublicDnsNamespaceCommandInput;
|
|
128
|
+
output: CreatePublicDnsNamespaceCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -216,4 +216,15 @@ declare const CreateServiceCommand_base: {
|
|
|
216
216
|
*
|
|
217
217
|
*/
|
|
218
218
|
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
219
|
+
/** @internal type navigation helper, not in runtime. */
|
|
220
|
+
protected static __types: {
|
|
221
|
+
api: {
|
|
222
|
+
input: CreateServiceRequest;
|
|
223
|
+
output: CreateServiceResponse;
|
|
224
|
+
};
|
|
225
|
+
sdk: {
|
|
226
|
+
input: CreateServiceCommandInput;
|
|
227
|
+
output: CreateServiceCommandOutput;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
219
230
|
}
|
|
@@ -88,4 +88,15 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DeleteNamespaceRequest;
|
|
95
|
+
output: DeleteNamespaceResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DeleteNamespaceCommandInput;
|
|
99
|
+
output: DeleteNamespaceCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteServiceCommand_base: {
|
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteServiceRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteServiceCommandInput;
|
|
89
|
+
output: DeleteServiceCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -94,4 +94,15 @@ declare const DeregisterInstanceCommand_base: {
|
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DeregisterInstanceRequest;
|
|
101
|
+
output: DeregisterInstanceResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DeregisterInstanceCommandInput;
|
|
105
|
+
output: DeregisterInstanceCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -125,4 +125,15 @@ declare const DiscoverInstancesCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: DiscoverInstancesRequest;
|
|
132
|
+
output: DiscoverInstancesResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: DiscoverInstancesCommandInput;
|
|
136
|
+
output: DiscoverInstancesCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -90,4 +90,15 @@ declare const DiscoverInstancesRevisionCommand_base: {
|
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DiscoverInstancesRevisionRequest;
|
|
97
|
+
output: DiscoverInstancesRevisionResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DiscoverInstancesRevisionCommandInput;
|
|
101
|
+
output: DiscoverInstancesRevisionCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetInstanceCommand_base: {
|
|
|
101
101
|
*
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetInstanceCommand extends GetInstanceCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetInstanceRequest;
|
|
108
|
+
output: GetInstanceResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetInstanceCommandInput;
|
|
112
|
+
output: GetInstanceCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -100,4 +100,15 @@ declare const GetInstancesHealthStatusCommand_base: {
|
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: GetInstancesHealthStatusRequest;
|
|
107
|
+
output: GetInstancesHealthStatusResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: GetInstancesHealthStatusCommandInput;
|
|
111
|
+
output: GetInstancesHealthStatusCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -114,4 +114,15 @@ declare const GetNamespaceCommand_base: {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: GetNamespaceRequest;
|
|
121
|
+
output: GetNamespaceResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: GetNamespaceCommandInput;
|
|
125
|
+
output: GetNamespaceCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -104,4 +104,15 @@ declare const GetOperationCommand_base: {
|
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
export declare class GetOperationCommand extends GetOperationCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: GetOperationRequest;
|
|
111
|
+
output: GetOperationResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: GetOperationCommandInput;
|
|
115
|
+
output: GetOperationCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -121,4 +121,15 @@ declare const GetServiceCommand_base: {
|
|
|
121
121
|
*
|
|
122
122
|
*/
|
|
123
123
|
export declare class GetServiceCommand extends GetServiceCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: GetServiceRequest;
|
|
128
|
+
output: GetServiceResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: GetServiceCommandInput;
|
|
132
|
+
output: GetServiceCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListInstancesCommand_base: {
|
|
|
98
98
|
*
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListInstancesCommand extends ListInstancesCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListInstancesRequest;
|
|
105
|
+
output: ListInstancesResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListInstancesCommandInput;
|
|
109
|
+
output: ListInstancesCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -152,4 +152,15 @@ declare const ListNamespacesCommand_base: {
|
|
|
152
152
|
*
|
|
153
153
|
*/
|
|
154
154
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
155
|
+
/** @internal type navigation helper, not in runtime. */
|
|
156
|
+
protected static __types: {
|
|
157
|
+
api: {
|
|
158
|
+
input: ListNamespacesRequest;
|
|
159
|
+
output: ListNamespacesResponse;
|
|
160
|
+
};
|
|
161
|
+
sdk: {
|
|
162
|
+
input: ListNamespacesCommandInput;
|
|
163
|
+
output: ListNamespacesCommandOutput;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
155
166
|
}
|
|
@@ -115,4 +115,15 @@ declare const ListOperationsCommand_base: {
|
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
export declare class ListOperationsCommand extends ListOperationsCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: ListOperationsRequest;
|
|
122
|
+
output: ListOperationsResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: ListOperationsCommandInput;
|
|
126
|
+
output: ListOperationsCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -131,4 +131,15 @@ declare const ListServicesCommand_base: {
|
|
|
131
131
|
*
|
|
132
132
|
*/
|
|
133
133
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: ListServicesRequest;
|
|
138
|
+
output: ListServicesResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: ListServicesCommandInput;
|
|
142
|
+
output: ListServicesCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListTagsForResourceRequest;
|
|
101
|
+
output: ListTagsForResourceResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListTagsForResourceCommandInput;
|
|
105
|
+
output: ListTagsForResourceCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -140,4 +140,15 @@ declare const RegisterInstanceCommand_base: {
|
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
142
|
export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: RegisterInstanceRequest;
|
|
147
|
+
output: RegisterInstanceResponse;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: RegisterInstanceCommandInput;
|
|
151
|
+
output: RegisterInstanceCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -93,4 +93,15 @@ declare const TagResourceCommand_base: {
|
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: TagResourceRequest;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: TagResourceCommandInput;
|
|
104
|
+
output: TagResourceCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -80,4 +80,15 @@ declare const UntagResourceCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UntagResourceRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UntagResourceCommandInput;
|
|
91
|
+
output: UntagResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpdateHttpNamespaceCommand_base: {
|
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpdateHttpNamespaceRequest;
|
|
102
|
+
output: UpdateHttpNamespaceResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpdateHttpNamespaceCommandInput;
|
|
106
|
+
output: UpdateHttpNamespaceCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpdateInstanceCustomHealthStatusCommand_base: {
|
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateInstanceCustomHealthStatusRequest;
|
|
96
|
+
output: {};
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateInstanceCustomHealthStatusCommandInput;
|
|
100
|
+
output: UpdateInstanceCustomHealthStatusCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -123,4 +123,15 @@ declare const UpdatePrivateDnsNamespaceCommand_base: {
|
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
125
125
|
export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: UpdatePrivateDnsNamespaceRequest;
|
|
130
|
+
output: UpdatePrivateDnsNamespaceResponse;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: UpdatePrivateDnsNamespaceCommandInput;
|
|
134
|
+
output: UpdatePrivateDnsNamespaceCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdatePublicDnsNamespaceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdatePublicDnsNamespaceRequest;
|
|
90
|
+
output: UpdatePublicDnsNamespaceResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdatePublicDnsNamespaceCommandInput;
|
|
94
|
+
output: UpdatePublicDnsNamespaceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -138,4 +138,15 @@ declare const UpdateServiceCommand_base: {
|
|
|
138
138
|
*
|
|
139
139
|
*/
|
|
140
140
|
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: UpdateServiceRequest;
|
|
145
|
+
output: UpdateServiceResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: UpdateServiceCommandInput;
|
|
149
|
+
output: UpdateServiceCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateHttpNamespaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base {
|
|
40
|
+
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateHttpNamespaceRequest;
|
|
44
|
+
output: CreateHttpNamespaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateHttpNamespaceCommandInput;
|
|
48
|
+
output: CreateHttpNamespaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePrivateDnsNamespaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base {
|
|
40
|
+
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePrivateDnsNamespaceRequest;
|
|
44
|
+
output: CreatePrivateDnsNamespaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePrivateDnsNamespaceCommandInput;
|
|
48
|
+
output: CreatePrivateDnsNamespaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePublicDnsNamespaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base {
|
|
40
|
+
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePublicDnsNamespaceRequest;
|
|
44
|
+
output: CreatePublicDnsNamespaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePublicDnsNamespaceCommandInput;
|
|
48
|
+
output: CreatePublicDnsNamespaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateServiceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
39
|
+
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateServiceRequest;
|
|
43
|
+
output: CreateServiceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateServiceCommandInput;
|
|
47
|
+
output: CreateServiceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
39
|
+
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteNamespaceRequest;
|
|
43
|
+
output: DeleteNamespaceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteNamespaceCommandInput;
|
|
47
|
+
output: DeleteNamespaceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteServiceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
39
|
+
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteServiceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteServiceCommandInput;
|
|
47
|
+
output: DeleteServiceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeregisterInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base {
|
|
40
|
+
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterInstanceRequest;
|
|
44
|
+
output: DeregisterInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterInstanceCommandInput;
|
|
48
|
+
output: DeregisterInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DiscoverInstancesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base {
|
|
40
|
+
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DiscoverInstancesRequest;
|
|
44
|
+
output: DiscoverInstancesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DiscoverInstancesCommandInput;
|
|
48
|
+
output: DiscoverInstancesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DiscoverInstancesRevisionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {
|
|
40
|
+
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DiscoverInstancesRevisionRequest;
|
|
44
|
+
output: DiscoverInstancesRevisionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DiscoverInstancesRevisionCommandInput;
|
|
48
|
+
output: DiscoverInstancesRevisionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetInstanceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetInstanceCommand extends GetInstanceCommand_base {
|
|
36
|
+
export declare class GetInstanceCommand extends GetInstanceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetInstanceRequest;
|
|
40
|
+
output: GetInstanceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetInstanceCommandInput;
|
|
44
|
+
output: GetInstanceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetInstancesHealthStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base {
|
|
40
|
+
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetInstancesHealthStatusRequest;
|
|
44
|
+
output: GetInstancesHealthStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetInstancesHealthStatusCommandInput;
|
|
48
|
+
output: GetInstancesHealthStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetNamespaceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
|
|
36
|
+
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetNamespaceRequest;
|
|
40
|
+
output: GetNamespaceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetNamespaceCommandInput;
|
|
44
|
+
output: GetNamespaceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetOperationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetOperationCommand extends GetOperationCommand_base {
|
|
36
|
+
export declare class GetOperationCommand extends GetOperationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetOperationRequest;
|
|
40
|
+
output: GetOperationResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetOperationCommandInput;
|
|
44
|
+
output: GetOperationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetServiceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetServiceCommand extends GetServiceCommand_base {
|
|
36
|
+
export declare class GetServiceCommand extends GetServiceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetServiceRequest;
|
|
40
|
+
output: GetServiceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetServiceCommandInput;
|
|
44
|
+
output: GetServiceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListInstancesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListInstancesCommand extends ListInstancesCommand_base {
|
|
39
|
+
export declare class ListInstancesCommand extends ListInstancesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListInstancesRequest;
|
|
43
|
+
output: ListInstancesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListInstancesCommandInput;
|
|
47
|
+
output: ListInstancesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListNamespacesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
39
|
+
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListNamespacesRequest;
|
|
43
|
+
output: ListNamespacesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListNamespacesCommandInput;
|
|
47
|
+
output: ListNamespacesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListOperationsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListOperationsCommand extends ListOperationsCommand_base {
|
|
39
|
+
export declare class ListOperationsCommand extends ListOperationsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListOperationsRequest;
|
|
43
|
+
output: ListOperationsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListOperationsCommandInput;
|
|
47
|
+
output: ListOperationsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListServicesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
36
|
+
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListServicesRequest;
|
|
40
|
+
output: ListServicesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListServicesCommandInput;
|
|
44
|
+
output: ListServicesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const RegisterInstanceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base {
|
|
39
|
+
export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: RegisterInstanceRequest;
|
|
43
|
+
output: RegisterInstanceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: RegisterInstanceCommandInput;
|
|
47
|
+
output: RegisterInstanceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateHttpNamespaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base {
|
|
40
|
+
export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateHttpNamespaceRequest;
|
|
44
|
+
output: UpdateHttpNamespaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateHttpNamespaceCommandInput;
|
|
48
|
+
output: UpdateHttpNamespaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateInstanceCustomHealthStatusCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base {
|
|
36
|
+
export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateInstanceCustomHealthStatusRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateInstanceCustomHealthStatusCommandInput;
|
|
44
|
+
output: UpdateInstanceCustomHealthStatusCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdatePrivateDnsNamespaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base {
|
|
40
|
+
export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePrivateDnsNamespaceRequest;
|
|
44
|
+
output: UpdatePrivateDnsNamespaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePrivateDnsNamespaceCommandInput;
|
|
48
|
+
output: UpdatePrivateDnsNamespaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdatePublicDnsNamespaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base {
|
|
40
|
+
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePublicDnsNamespaceRequest;
|
|
44
|
+
output: UpdatePublicDnsNamespaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePublicDnsNamespaceCommandInput;
|
|
48
|
+
output: UpdatePublicDnsNamespaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateServiceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
39
|
+
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateServiceRequest;
|
|
43
|
+
output: UpdateServiceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateServiceCommandInput;
|
|
47
|
+
output: UpdateServiceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-servicediscovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-servicediscovery",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|