distilled-aws 0.0.17 → 0.0.18
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/lib/services/ec2.js
CHANGED
|
@@ -24140,7 +24140,7 @@ export const deleteVpcEndpointConnectionNotifications = API.make(() => ({
|
|
|
24140
24140
|
export const deleteVpcEndpoints = API.make(() => ({
|
|
24141
24141
|
input: DeleteVpcEndpointsRequest,
|
|
24142
24142
|
output: DeleteVpcEndpointsResult,
|
|
24143
|
-
errors: [ParseError],
|
|
24143
|
+
errors: [InvalidVpcEndpointIdNotFound, ParseError],
|
|
24144
24144
|
}));
|
|
24145
24145
|
/**
|
|
24146
24146
|
* Deletes the specified VPC endpoint service configurations. Before you can delete
|